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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp105 IndexCtx.handleDecl(Parm);
108 IndexCtx.handleDecl(Parm);
110 IndexCtx.handleDecl(Parm);
117 IndexCtx.handleDecl(PI);
175 TRY_DECL(D, IndexCtx.handleDecl(D, MethodLoc, Roles, Relations));
253 TRY_DECL(D, IndexCtx.handleDecl(D, Roles, Relations));
302 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations));
310 TRY_DECL(Binding, IndexCtx.handleDecl(Binding));
317 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations));
331 TRY_DECL(D, IndexCtx.handleDecl(
[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, function in class:IndexingContext
55 return handleDecl(D, D->getLocation(), Roles, Relations);
58 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, function in class:IndexingContext
H A DIndexTypeSourceInfo.cpp280 if (handleDecl(D, /*Roles=*/SymbolRoleSet(), Relations)) {
H A DIndexBody.cpp463 IndexCtx.handleDecl(D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5207 bool handleDecl(const Decl *D, raw_ostream &OS) { function in class:__anon1632::StmtPrinterHelper
5532 Helper.handleDecl(VD, OS);
5545 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS);

Completed in 183 milliseconds