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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRecursiveASTVisitor.h57 #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(WalkUpFro
3658 #undef TRY_TO macro
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp43 #define TRY_TO(CALL_EXPR) \ macro
65 TRY_TO(IndexCtx.handleReference(ND, Loc,
68 TRY_TO(IndexCtx.handleReference(CD, Loc, Parent, ParentDC,
73 TRY_TO(IndexCtx.handleReference(ND, Loc,
81 TRY_TO(TraverseNestedNameSpecifierLoc(D->getQualifierLoc()));
83 TRY_TO(TraverseTypeLoc(D->getTypeSourceInfo()->getTypeLoc()));
H A DIndexDecl.cpp24 #define TRY_TO(CALL_EXPR) \ macro
386 TRY_TO(IndexCtx.handleReference(PD, Loc, ContD, ContD, roles,
402 TRY_TO(IndexCtx.handleReference(TD, SuperLoc, D, D,
410 TRY_TO(IndexCtx.handleReference(SuperD, SuperLoc, D, D, superRoles,
413 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D,
415 TRY_TO(IndexCtx.indexDeclContext(D));
426 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D,
428 TRY_TO(IndexCtx.indexDeclContext(D));
468 TRY_TO(IndexCtx.handleReference(C, D->getLocation(), D, D, SymbolRoleSet(),
475 TRY_TO(IndexCt
[all...]

Completed in 280 milliseconds