Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexDecl.cpp329 if (isNotFromSourceFile(D->getLocation())) in indexTopLevelDecl()
DIndexingContext.h452 bool isNotFromSourceFile(SourceLocation Loc) const;
DIndexingContext.cpp595 if (isNotFromSourceFile(D->getLocation())) in handleReference()
626 bool IndexingContext::isNotFromSourceFile(SourceLocation Loc) const { in isNotFromSourceFile() function in IndexingContext