Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexDecl.cpp351 if (isNotFromSourceFile(D->getLocation())) in indexTopLevelDecl()
DIndexingContext.h450 bool isNotFromSourceFile(SourceLocation Loc) const;
DIndexingContext.cpp680 if (isNotFromSourceFile(D->getLocation())) in handleReference()
711 bool IndexingContext::isNotFromSourceFile(SourceLocation Loc) const { in isNotFromSourceFile() function in IndexingContext