Searched refs:TRY_TO (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DRecursiveASTVisitor.h58 #define TRY_TO(CALL_EXPR) \ macro
369 TRY_TO(WalkUpFrom##PARENT(S)); \
370 TRY_TO(Visit##CLASS(S)); \
390 TRY_TO(WalkUpFrom##BASE(T)); \
391 TRY_TO(Visit##CLASS##Type(T)); \
424 TRY_TO(WalkUpFrom##BASE##Loc(TL)); \
425 TRY_TO(Visit##CLASS##TypeLoc(TL)); \
444 TRY_TO(WalkUpFrom##BASE(D)); \
445 TRY_TO(Visit##CLASS##Decl(D)); \
510 TRY_TO(TraverseConceptReferenceHelpe
3884 #undef TRY_TO macro
[all...]
/openbsd-current/gnu/llvm/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp46 #define TRY_TO(CALL_EXPR) \ macro
68 TRY_TO(IndexCtx.handleReference(ND, Loc,
71 TRY_TO(IndexCtx.handleReference(CD, Loc, Parent, ParentDC,
76 TRY_TO(IndexCtx.handleReference(ND, Loc,
91 TRY_TO(TraverseNestedNameSpecifierLoc(D->getQualifierLoc()));
93 TRY_TO(TraverseTypeLoc(D->getTypeSourceInfo()->getTypeLoc()));
H A DIndexDecl.cpp28 #define TRY_TO(CALL_EXPR) \ macro
382 TRY_TO(VisitTagDecl(ED));
401 TRY_TO(IndexCtx.handleReference(PD, Loc, ContD, ContD, roles,
417 TRY_TO(IndexCtx.handleReference(TD, SuperLoc, D, D,
425 TRY_TO(IndexCtx.handleReference(SuperD, SuperLoc, D, D, superRoles,
428 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D,
430 TRY_TO(IndexCtx.indexDeclContext(D));
441 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D,
443 TRY_TO(IndexCtx.indexDeclContext(D));
483 TRY_TO(IndexCt
[all...]

Completed in 171 milliseconds