Searched refs:TRY_DECL (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 21 #define TRY_DECL(D,CALL_EXPR) \ macro 181 TRY_DECL(D, IndexCtx.handleDecl(D, MethodLoc, Roles, Relations)); in handleObjCMethod() 259 TRY_DECL(D, IndexCtx.handleDecl(D, Roles, Relations)); in VisitFunctionDecl() 308 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); in VisitVarDecl() 316 TRY_DECL(Binding, IndexCtx.handleDecl(Binding)); in VisitDecompositionDecl() 323 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); in VisitFieldDecl() 337 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCIvarDecl() 343 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitMSPropertyDecl() 349 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitEnumConstantDecl() 358 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); in VisitTypedefNameDecl() [all …]
|