Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXIndexDataConsumer.h448 bool isNotFromSourceFile(SourceLocation Loc) const;
DCXIndexDataConsumer.cpp905 if (isNotFromSourceFile(D->getLocation())) in handleReference()
936 bool CXIndexDataConsumer::isNotFromSourceFile(SourceLocation Loc) const { in isNotFromSourceFile() function in CXIndexDataConsumer