Searched refs:handleDecl (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/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 | 77 bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(), 80 bool handleDecl(const Decl *D, SourceLocation Loc,
|
| H A D | IndexingContext.cpp | 64 bool IndexingContext::handleDecl(const Decl *D, in handleDecl() function in IndexingContext 67 return handleDecl(D, D->getLocation(), Roles, Relations); in handleDecl() 70 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl() function in IndexingContext
|
| H A D | IndexBody.cpp | 172 return IndexCtx.handleDecl(S->getDecl()); in VisitLabelStmt() 488 IndexCtx.handleDecl(D); in VisitParmVarDecl()
|
| H A D | IndexTypeSourceInfo.cpp | 292 if (handleDecl(D, /*Roles=*/SymbolRoleSet(), Relations)) { in indexTagDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 5612 bool handleDecl(const Decl *D, raw_ostream &OS) { in handleDecl() function in __anonef2f84bd0811::StmtPrinterHelper 5943 Helper.handleDecl(VD, OS); in print_elem() 5961 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); in print_elem()
|