Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRecursiveASTVisitor.h69 #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/
DIndexDecl.cpp17 #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()
DIndexTypeSourceInfo.cpp45 #define TRY_TO(CALL_EXPR) \ macro
52 TRY_TO(TraverseNestedNameSpecifierLoc(D->getQualifierLoc())); in traverseParamVarHelper()
54 TRY_TO(TraverseTypeLoc(D->getTypeSourceInfo()->getTypeLoc())); in traverseParamVarHelper()