clang-tools
3.9.0
|
Provides functionality for finding all instances of a USR in a given AST. More...
#include "clang/AST/AST.h"
#include "llvm/ADT/StringRef.h"
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
clang | |
-rename | |
clang::rename | |
Functions | |
std::vector< SourceLocation > | clang::rename::getLocationsOfUSR (llvm::StringRef USR, llvm::StringRef PrevName, Decl *Decl) |
Provides functionality for finding all instances of a USR in a given AST.
Definition in file USRLocFinder.h.