Searched defs: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:__anon1365
61 explicit USRGenerator(ASTContext *Ctx, SmallVectorImpl<char> &Buf) function in class:__anon1365::USRGenerator
165 bool USRGenerator::EmitDeclName(const NamedDecl *D) {
172 bool USRGenerator::ShouldGenerateLocation(const NamedDecl *D) {
181 void USRGenerator::VisitDeclContext(const DeclContext *DC) {
186 void USRGenerator::VisitFieldDecl(const FieldDecl *D) {
201 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) {
265 void USRGenerator::VisitNamedDecl(const NamedDecl *D) {
278 void USRGenerator
[all...]

Completed in 68 milliseconds