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

/external/clang/tools/libclang/
H A DIndexDecl.cpp313 if (D->isImplicit() && shouldIgnoreIfImplicit(D))
H A DIndexingContext.cpp256 if (D->isImplicit() && shouldIgnoreIfImplicit(D))
597 if (D->isImplicit() && shouldIgnoreIfImplicit(D))
1063 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { function in class:IndexingContext
H A DIndexingContext.h507 static bool shouldIgnoreIfImplicit(const Decl *D);

Completed in 26 milliseconds