Searched refs:TRY_TO (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | RecursiveASTVisitor.h | 57 #define TRY_TO(CALL_EXPR) \ macro 383 TRY_TO(WalkUpFrom##PARENT(S)); \ 384 TRY_TO(Visit##CLASS(S)); \ 404 TRY_TO(WalkUpFrom##BASE(T)); \ 405 TRY_TO(Visit##CLASS##Type(T)); \ 438 TRY_TO(WalkUpFrom##BASE##Loc(TL)); \ 439 TRY_TO(Visit##CLASS##TypeLoc(TL)); \ 458 TRY_TO(WalkUpFrom##BASE(D)); \ 459 TRY_TO(Visit##CLASS##Decl(D)); \ 555 TRY_TO(WalkUpFrom##CLASS(static_cast<CLASS *>(S))); \ [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 43 #define TRY_TO(CALL_EXPR) \ macro 65 TRY_TO(IndexCtx.handleReference(ND, Loc, in VisitTypedefTypeLoc() 68 TRY_TO(IndexCtx.handleReference(CD, Loc, Parent, ParentDC, in VisitTypedefTypeLoc() 73 TRY_TO(IndexCtx.handleReference(ND, Loc, in VisitTypedefTypeLoc() 81 TRY_TO(TraverseNestedNameSpecifierLoc(D->getQualifierLoc())); in traverseParamVarHelper() 83 TRY_TO(TraverseTypeLoc(D->getTypeSourceInfo()->getTypeLoc())); in traverseParamVarHelper()
|
| H A D | IndexDecl.cpp | 24 #define TRY_TO(CALL_EXPR) \ macro 386 TRY_TO(IndexCtx.handleReference(PD, Loc, ContD, ContD, roles, in handleReferencedProtocols() 402 TRY_TO(IndexCtx.handleReference(TD, SuperLoc, D, D, in VisitObjCInterfaceDecl() 410 TRY_TO(IndexCtx.handleReference(SuperD, SuperLoc, D, D, superRoles, in VisitObjCInterfaceDecl() 413 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, in VisitObjCInterfaceDecl() 415 TRY_TO(IndexCtx.indexDeclContext(D)); in VisitObjCInterfaceDecl() 426 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, in VisitObjCProtocolDecl() 428 TRY_TO(IndexCtx.indexDeclContext(D)); in VisitObjCProtocolDecl() 468 TRY_TO(IndexCtx.handleReference(C, D->getLocation(), D, D, SymbolRoleSet(), in VisitObjCCategoryDecl() 475 TRY_TO(IndexCtx.handleDecl(D, CategoryLoc)); in VisitObjCCategoryDecl() [all …]
|