clang-tools
3.8.0
|
Public Member Functions | |
void | HandleTranslationUnit (ASTContext &Context) override |
Public Attributes | |
unsigned | SymbolOffset |
std::string * | SpellingName |
std::vector< std::string > * | USRs |
Definition at line 66 of file USRFindingAction.cpp.
|
inlineoverride |
Definition at line 67 of file USRFindingAction.cpp.
References clang::rename::getAllConstructorUSRs(), clang::rename::getNamedDeclAt(), clang::rename::getUSRForDecl(), Point, SourceMgr, and SymbolOffset().
std::string* clang::rename::NamedDeclFindingConsumer::SpellingName |
Definition at line 102 of file USRFindingAction.cpp.
unsigned clang::rename::NamedDeclFindingConsumer::SymbolOffset |
Definition at line 101 of file USRFindingAction.cpp.
std::vector<std::string>* clang::rename::NamedDeclFindingConsumer::USRs |
Definition at line 103 of file USRFindingAction.cpp.