|
clang
5.0.0
|
Methods for determining the USR of a symbol at a location in source code. More...
Go to the source code of this file.
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::tooling | |
Functions | |
| const NamedDecl * | clang::tooling::getNamedDeclAt (const ASTContext &Context, const SourceLocation Point) |
| const NamedDecl * | clang::tooling::getNamedDeclFor (const ASTContext &Context, const std::string &Name) |
| std::string | clang::tooling::getUSRForDecl (const Decl *Decl) |
Methods for determining the USR of a symbol at a location in source code.
Definition in file USRFinder.h.
1.8.6