Searched refs:TRY_TO (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/include/clang/AST/ |
D | RecursiveASTVisitor.h | 57 #define TRY_TO(CALL_EXPR) \ macro 380 TRY_TO(WalkUpFrom##PARENT(S)); \ 381 TRY_TO(Visit##CLASS(S)); \ 401 TRY_TO(WalkUpFrom##BASE(T)); \ 402 TRY_TO(Visit##CLASS##Type(T)); \ 435 TRY_TO(WalkUpFrom##BASE##Loc(TL)); \ 436 TRY_TO(Visit##CLASS##TypeLoc(TL)); \ 455 TRY_TO(WalkUpFrom##BASE(D)); \ 456 TRY_TO(Visit##CLASS##Decl(D)); \ 548 TRY_TO(WalkUpFrom##CLASS(static_cast<CLASS *>(S))); \ [all …]
|
/external/clang/include/clang/AST/ |
D | RecursiveASTVisitor.h | 69 #define TRY_TO(CALL_EXPR) \ macro 345 TRY_TO(WalkUpFrom##PARENT(S)); \ 346 TRY_TO(Visit##CLASS(S)); \ 358 TRY_TO(WalkUpFromUnary##NAME(S)); \ 363 TRY_TO(WalkUpFromUnaryOperator(S)); \ 364 TRY_TO(VisitUnary##NAME(S)); \ 378 TRY_TO(WalkUpFromBin##NAME(S)); \ 384 TRY_TO(WalkUpFrom##BINOP_TYPE(S)); \ 385 TRY_TO(VisitBin##NAME(S)); \ 419 TRY_TO(WalkUpFrom##BASE(T)); \ [all …]
|
/external/clang/lib/Index/ |
D | IndexDecl.cpp | 17 #define TRY_TO(CALL_EXPR) \ macro 212 TRY_TO(IndexCtx.handleReference(PD, Loc, ContD, ContD, in handleReferencedProtocols() 221 TRY_TO(IndexCtx.handleDecl(D)); in VisitObjCInterfaceDecl() 223 TRY_TO(IndexCtx.handleReference(SuperD, D->getSuperClassLoc(), D, D, in VisitObjCInterfaceDecl() 227 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D)); in VisitObjCInterfaceDecl() 228 TRY_TO(IndexCtx.indexDeclContext(D)); in VisitObjCInterfaceDecl() 238 TRY_TO(IndexCtx.handleDecl(D)); in VisitObjCProtocolDecl() 239 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D)); in VisitObjCProtocolDecl() 240 TRY_TO(IndexCtx.indexDeclContext(D)); in VisitObjCProtocolDecl()
|
D | IndexTypeSourceInfo.cpp | 45 #define TRY_TO(CALL_EXPR) \ macro 52 TRY_TO(TraverseNestedNameSpecifierLoc(D->getQualifierLoc())); in traverseParamVarHelper() 54 TRY_TO(TraverseTypeLoc(D->getTypeSourceInfo()->getTypeLoc())); in traverseParamVarHelper()
|
/external/llvm-project/clang/lib/Index/ |
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()
|
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 …]
|