Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingContext.h122 bool shouldIgnoreIfImplicit(const Decl *D);
H A DIndexingContext.cpp172 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit() function in IndexingContext
H A DIndexDecl.cpp726 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in indexDecl()