Home
last modified time | relevance | path

Searched refs:handleDecl (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp109 IndexCtx.handleDecl(Parm); in handleDeclarator()
112 IndexCtx.handleDecl(Parm); in handleDeclarator()
114 IndexCtx.handleDecl(Parm); in handleDeclarator()
121 IndexCtx.handleDecl(PI); in handleDeclarator()
337 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCIvarDecl()
343 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitMSPropertyDecl()
349 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitEnumConstantDecl()
457 IndexCtx.handleDecl(Class); in VisitObjCImplementationDecl()
607 IndexCtx.handleDecl(D); in VisitUsingDecl()
700 IndexCtx.handleDecl(TP); in indexTemplateParameters()
[all …]
H A DIndexingContext.h70 bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(),
73 bool handleDecl(const Decl *D, SourceLocation Loc,
H A DIndexingContext.cpp52 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 DIndexBody.cpp154 return IndexCtx.handleDecl(S->getDecl()); in VisitLabelStmt()
483 IndexCtx.handleDecl(D); in VisitParmVarDecl()
H A DIndexTypeSourceInfo.cpp311 if (handleDecl(D, /*Roles=*/SymbolRoleSet(), Relations)) { in indexTagDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5506 bool handleDecl(const Decl *D, raw_ostream &OS) { in handleDecl() function in __anond5061b330711::StmtPrinterHelper
5834 Helper.handleDecl(VD, OS); in print_elem()
5852 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); in print_elem()