Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexingContext.h107 bool shouldIgnoreIfImplicit(const Decl *D);
DIndexingContext.cpp149 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit() function in IndexingContext
DIndexDecl.cpp415 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in indexDecl()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp536 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in handleDecl()
907 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in handleReference()
1219 bool CXIndexDataConsumer::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit() function in CXIndexDataConsumer
DCXIndexDataConsumer.h510 static bool shouldIgnoreIfImplicit(const Decl *D);