Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexDecl.cpp98 IndexCtx.handleDecl(Parm); in handleDeclarator()
101 IndexCtx.handleDecl(Parm); in handleDeclarator()
103 IndexCtx.handleDecl(Parm); in handleDeclarator()
108 IndexCtx.handleDecl(PI); in handleDeclarator()
322 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCIvarDecl()
333 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitEnumConstantDecl()
432 IndexCtx.handleDecl(Class); in VisitObjCImplementationDecl()
434 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCImplementationDecl()
505 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCPropertyDecl()
570 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitNamespaceDecl()
[all …]
H A DIndexingContext.h67 bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(),
70 bool handleDecl(const Decl *D, SourceLocation Loc,
H A DIndexingContext.cpp44 bool IndexingContext::handleDecl(const Decl *D, in handleDecl() function in IndexingContext
47 return handleDecl(D, D->getLocation(), Roles, Relations); in handleDecl()
50 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl() function in IndexingContext
H A DIndexTypeSourceInfo.cpp257 if (handleDecl(D, /*Roles=*/SymbolRoleSet(), Relations)) { in indexTagDecl()
H A DIndexBody.cpp464 IndexCtx.handleDecl(D); in VisitParmVarDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp4875 bool handleDecl(const Decl *D, raw_ostream &OS) { in handleDecl() function in __anon15de256c0611::StmtPrinterHelper
5173 Helper.handleDecl(VD, OS); in print_elem()
5186 Helper.handleDecl(VD, OS); in print_elem()