Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h420 bool isNotFromSourceFile(SourceLocation Loc) const;
H A DCXIndexDataConsumer.cpp900 if (isNotFromSourceFile(D->getLocation())) in handleReference()
932 bool CXIndexDataConsumer::isNotFromSourceFile(SourceLocation Loc) const { in isNotFromSourceFile() function in CXIndexDataConsumer