| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 109 IndexCtx.handleDecl(Parm); in handleDeclarator() 112 IndexCtx.handleDecl(Parm); in handleDeclarator() 114 IndexCtx.handleDecl(Parm); in handleDeclarator() 121 IndexCtx.handleDecl(PI); in handleDeclarator() 181 TRY_DECL(D, IndexCtx.handleDecl(D, MethodLoc, Roles, Relations)); in handleObjCMethod() 259 TRY_DECL(D, IndexCtx.handleDecl(D, Roles, Relations)); in VisitFunctionDecl() 308 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); in VisitVarDecl() 316 TRY_DECL(Binding, IndexCtx.handleDecl(Binding)); in VisitDecompositionDecl() 323 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); in VisitFieldDecl() 337 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCIvarDecl() [all …]
|
| H A D | IndexingContext.h | 70 bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(), 73 bool handleDecl(const Decl *D, SourceLocation Loc,
|
| H A D | IndexingContext.cpp | 52 bool IndexingContext::handleDecl(const Decl *D, in handleDecl() function in IndexingContext 55 return handleDecl(D, D->getLocation(), Roles, Relations); in handleDecl() 58 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl() function in IndexingContext
|
| H A D | IndexTypeSourceInfo.cpp | 311 if (handleDecl(D, /*Roles=*/SymbolRoleSet(), Relations)) { in indexTagDecl()
|
| H A D | IndexBody.cpp | 466 IndexCtx.handleDecl(D); in VisitParmVarDecl()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-extdef-mapping/ |
| H A D | ClangExtDefMapGen.cpp | 52 handleDecl(Context.getTranslationUnitDecl()); in HandleTranslationUnit() 56 void handleDecl(const Decl *D); 65 void MapExtDefNamesConsumer::handleDecl(const Decl *D) { in handleDecl() function in MapExtDefNamesConsumer 81 handleDecl(D); in handleDecl()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 548 bool CXIndexDataConsumer::handleDecl(const NamedDecl *D, in handleDecl() function in CXIndexDataConsumer 611 return handleDecl(D, Loc, Cursor, ContDInfo); in handleObjCContainer() 627 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunction() 633 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleVar() 639 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleField() 645 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleEnumerator() 654 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTagDecl() 660 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypedefName() 823 return handleDecl(D, Loc, getCursor(D), DInfo); in handleObjCMethod() 839 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC, D->getDeclContext()); in handleSynthesizedObjCMethod() [all …]
|
| H A D | CXIndexDataConsumer.h | 445 bool handleDecl(const NamedDecl *D,
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CFG.cpp | 5497 bool handleDecl(const Decl *D, raw_ostream &OS) { in handleDecl() function in __anon76ebc3340611::StmtPrinterHelper 5824 Helper.handleDecl(VD, OS); in print_elem() 5837 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); in print_elem()
|