Searched refs:handleDecl (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A 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() 331 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCIvarDecl() 337 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitMSPropertyDecl() 343 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitEnumConstantDecl() 442 IndexCtx.handleDecl(Class); in VisitObjCImplementationDecl() 444 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCImplementationDecl() 592 IndexCtx.handleDecl(D); in VisitUsingDecl() [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 | 301 if (handleDecl(D, /*Roles=*/SymbolRoleSet(), Relations)) { in indexTagDecl()
|
| H A D | IndexBody.cpp | 462 IndexCtx.handleDecl(D); in VisitParmVarDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 5215 bool handleDecl(const Decl *D, raw_ostream &OS) { in handleDecl() function in __anona1d14af10611::StmtPrinterHelper 5540 Helper.handleDecl(VD, OS); in print_elem() 5553 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); in print_elem()
|