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

/external/clang/lib/Index/
H A DUSRGeneration.cpp51 class USRGenerator : public ConstDeclVisitor<USRGenerator> { class in namespace:__anon17941
61 explicit USRGenerator(ASTContext *Ctx, SmallVectorImpl<char> &Buf) function in class:__anon17941::USRGenerator
158 bool USRGenerator::EmitDeclName(const NamedDecl *D) {
167 bool USRGenerator::ShouldGenerateLocation(const NamedDecl *D) {
176 void USRGenerator::VisitDeclContext(const DeclContext *DC) {
181 void USRGenerator::VisitFieldDecl(const FieldDecl *D) {
196 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) {
238 void USRGenerator::VisitNamedDecl(const NamedDecl *D) {
251 void USRGenerator
[all...]

Completed in 195 milliseconds