Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexDecl.cpp337 if (isNotFromSourceFile(D->getLocation())) in indexTopLevelDecl()
DIndexingContext.h446 bool isNotFromSourceFile(SourceLocation Loc) const;
DIndexingContext.cpp681 if (isNotFromSourceFile(D->getLocation())) in handleReference()
712 bool IndexingContext::isNotFromSourceFile(SourceLocation Loc) const { in isNotFromSourceFile() function in IndexingContext