Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.h421 bool isNotFromSourceFile(SourceLocation Loc) const;
H A DCXIndexDataConsumer.cpp913 if (isNotFromSourceFile(D->getLocation())) in handleReference()
945 bool CXIndexDataConsumer::isNotFromSourceFile(SourceLocation Loc) const { in isNotFromSourceFile() function in CXIndexDataConsumer