Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessingRecord.cpp202 if (SourceMgr.isLoadedSourceLocation(Loc)) in findBeginLocalPreprocessedEntity()
233 if (SourceMgr.isLoadedSourceLocation(Loc)) in findEndLocalPreprocessedEntity()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSourceManager.h1515 bool isLoadedSourceLocation(SourceLocation Loc) const { in isLoadedSourceLocation() function