/external/clang/lib/Index/ |
D | IndexDecl.cpp | 61 IndexCtx.handleDecl(Parm); in handleDeclarator() 64 IndexCtx.handleDecl(Parm); in handleDeclarator() 66 IndexCtx.handleDecl(Parm); in handleDeclarator() 71 IndexCtx.handleDecl(PI); in handleDeclarator() 79 if (!IndexCtx.handleDecl(D, (unsigned)SymbolRole::Dynamic)) in handleObjCMethod() 109 if (!IndexCtx.handleDecl(D, Roles, Relations)) in VisitFunctionDecl() 136 if (!IndexCtx.handleDecl(D)) in VisitVarDecl() 144 if (!IndexCtx.handleDecl(D)) in VisitFieldDecl() 161 return IndexCtx.handleDecl(D, in VisitObjCIvarDecl() 165 if (!IndexCtx.handleDecl(D)) in VisitObjCIvarDecl() [all …]
|
D | IndexingContext.h | 64 bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(), 67 bool handleDecl(const Decl *D, SourceLocation Loc,
|
D | IndexingContext.cpp | 24 bool IndexingContext::handleDecl(const Decl *D, in handleDecl() function in IndexingContext 32 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl() function in IndexingContext
|
D | IndexTypeSourceInfo.cpp | 191 if (handleDecl(D)) { in indexTagDecl()
|
/external/llvm-project/clang/lib/Index/ |
D | IndexDecl.cpp | 105 IndexCtx.handleDecl(Parm); in handleDeclarator() 108 IndexCtx.handleDecl(Parm); in handleDeclarator() 110 IndexCtx.handleDecl(Parm); in handleDeclarator() 117 IndexCtx.handleDecl(PI); in handleDeclarator() 175 TRY_DECL(D, IndexCtx.handleDecl(D, MethodLoc, Roles, Relations)); in handleObjCMethod() 253 TRY_DECL(D, IndexCtx.handleDecl(D, Roles, Relations)); in VisitFunctionDecl() 302 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); in VisitVarDecl() 310 TRY_DECL(Binding, IndexCtx.handleDecl(Binding)); in VisitDecompositionDecl() 317 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); in VisitFieldDecl() 331 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCIvarDecl() [all …]
|
D | IndexingContext.h | 70 bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(), 73 bool handleDecl(const Decl *D, SourceLocation Loc,
|
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
|
D | IndexTypeSourceInfo.cpp | 301 if (handleDecl(D, /*Roles=*/SymbolRoleSet(), Relations)) { in indexTagDecl()
|
D | IndexBody.cpp | 465 IndexCtx.handleDecl(D); in VisitParmVarDecl()
|
/external/llvm-project/clang/tools/clang-extdef-mapping/ |
D | ClangExtDefMapGen.cpp | 45 handleDecl(Context.getTranslationUnitDecl()); in HandleTranslationUnit() 49 void handleDecl(const Decl *D); 58 void MapExtDefNamesConsumer::handleDecl(const Decl *D) { in handleDecl() function in MapExtDefNamesConsumer 74 handleDecl(D); in handleDecl()
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 529 bool CXIndexDataConsumer::handleDecl(const NamedDecl *D, in handleDecl() function in CXIndexDataConsumer 592 return handleDecl(D, Loc, Cursor, ContDInfo); in handleObjCContainer() 608 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunction() 614 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleVar() 620 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleField() 626 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleMSProperty() 632 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleEnumerator() 641 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTagDecl() 647 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypedefName() 809 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleObjCMethod() [all …]
|
D | CXIndexDataConsumer.h | 476 bool handleDecl(const NamedDecl *D,
|
/external/llvm-project/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 541 bool CXIndexDataConsumer::handleDecl(const NamedDecl *D, in handleDecl() function in CXIndexDataConsumer 604 return handleDecl(D, Loc, Cursor, ContDInfo); in handleObjCContainer() 620 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunction() 626 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleVar() 632 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleField() 638 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleEnumerator() 647 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTagDecl() 653 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypedefName() 816 return handleDecl(D, Loc, getCursor(D), DInfo); in handleObjCMethod() 832 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC, D->getDeclContext()); in handleSynthesizedObjCMethod() [all …]
|
D | CXIndexDataConsumer.h | 444 bool handleDecl(const NamedDecl *D,
|
/external/llvm-project/clang/lib/Analysis/ |
D | CFG.cpp | 5202 bool handleDecl(const Decl *D, raw_ostream &OS) { in handleDecl() function in __anon875bb5ad0611::StmtPrinterHelper 5527 Helper.handleDecl(VD, OS); in print_elem() 5540 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); in print_elem()
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 4084 bool handleDecl(const Decl *D, raw_ostream &OS) { in handleDecl() function in __anon4350aedf0211::StmtPrinterHelper 4290 Helper.handleDecl(VD, OS); in print_elem()
|