Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.h125 bool shouldIgnoreIfImplicit(const Decl *D);
H A DIndexingContext.cpp186 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit() function in IndexingContext
H A DIndexDecl.cpp737 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in indexDecl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp548 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in handleDecl()
902 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in handleReference()
1215 bool CXIndexDataConsumer::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit() function in CXIndexDataConsumer
H A DCXIndexDataConsumer.h478 static bool shouldIgnoreIfImplicit(const Decl *D);