reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
70 bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(),
463 IndexCtx.handleDecl(D);
tools/clang/lib/Index/IndexDecl.cpp96 IndexCtx.handleDecl(Parm); 99 IndexCtx.handleDecl(Parm); 101 IndexCtx.handleDecl(Parm); 107 IndexCtx.handleDecl(PI); 245 TRY_DECL(D, IndexCtx.handleDecl(D, Roles, Relations)); 294 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); 302 TRY_DECL(Binding, IndexCtx.handleDecl(Binding)); 309 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); 323 TRY_DECL(D, IndexCtx.handleDecl(D)); 329 TRY_DECL(D, IndexCtx.handleDecl(D)); 335 TRY_DECL(D, IndexCtx.handleDecl(D)); 344 TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations)); 386 TRY_DECL(D, IndexCtx.handleDecl(D)); 417 TRY_DECL(D, IndexCtx.handleDecl(D)); 434 IndexCtx.handleDecl(Class); 436 TRY_DECL(D, IndexCtx.handleDecl(D)); 507 TRY_DECL(D, IndexCtx.handleDecl(D)); 572 TRY_DECL(D, IndexCtx.handleDecl(D)); 578 TRY_DECL(D, IndexCtx.handleDecl(D)); 586 IndexCtx.handleDecl(D); 615 TRY_DECL(D, IndexCtx.handleDecl(D)); 624 TRY_DECL(D, IndexCtx.handleDecl(D)); 680 IndexCtx.handleDecl(TP);tools/clang/lib/Index/IndexTypeSourceInfo.cpp
275 if (handleDecl(D, /*Roles=*/SymbolRoleSet(), Relations)) {