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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp99 IndexCtx.handleDecl(Parm);
102 IndexCtx.handleDecl(Parm);
104 IndexCtx.handleDecl(Parm);
110 IndexCtx.handleDecl(PI);
170 TRY_DECL(D, IndexCtx.handleDecl(D, MethodLoc, Roles, Relations));
248 TRY_DECL(D, IndexCtx.handleDecl(D, Roles, Relations));
297 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations));
305 TRY_DECL(Binding, IndexCtx.handleDecl(Binding));
312 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations));
326 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.cpp275 if (handleDecl(D, /*Roles=*/SymbolRoleSet(), Relations)) {
H A DIndexBody.cpp463 IndexCtx.handleDecl(D);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5183 bool handleDecl(const Decl *D, raw_ostream &OS) { function in class:__anon299::StmtPrinterHelper
5508 Helper.handleDecl(VD, OS);
5521 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS);

Completed in 202 milliseconds