Home
last modified time | relevance | path

Searched refs:shouldIgnoreIfImplicit (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Index/
H A DIndexingContext.h125 bool shouldIgnoreIfImplicit(const Decl *D);
H A DIndexingContext.cpp185 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit() function in IndexingContext
H A DIndexDecl.cpp775 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in indexDecl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp555 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in handleDecl()
915 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in handleReference()
1228 bool CXIndexDataConsumer::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit() function in CXIndexDataConsumer
H A DCXIndexDataConsumer.h479 static bool shouldIgnoreIfImplicit(const Decl *D);