Searched refs:handleDecl (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 98 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 D | IndexingContext.h | 67 bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(), 70 bool handleDecl(const Decl *D, SourceLocation Loc,
|
| H A D | IndexingContext.cpp | 44 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 D | IndexTypeSourceInfo.cpp | 257 if (handleDecl(D, /*Roles=*/SymbolRoleSet(), Relations)) { in indexTagDecl()
|
| H A D | IndexBody.cpp | 464 IndexCtx.handleDecl(D); in VisitParmVarDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | CFG.cpp | 4875 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()
|