Searched refs:USRGenerator (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp26 class USRGenerator : public ConstDeclVisitor<USRGenerator> { class in namespace:__anon3296
36 explicit USRGenerator(ASTContext *Ctx, SmallVectorImpl<char> &Buf) function in class:__anon3296::USRGenerator
137 bool USRGenerator::EmitDeclName(const NamedDecl *D) {
150 void USRGenerator::VisitDeclContext(const DeclContext *DC) {
155 void USRGenerator::VisitFieldDecl(const FieldDecl *D) {
170 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) {
215 void USRGenerator::VisitNamedDecl(const NamedDecl *D) {
228 void USRGenerator::VisitVarDecl(const VarDecl *D) {
250 void USRGenerator
[all...]

Completed in 176 milliseconds