Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp212 if (SourceMgr.isLoadedSourceLocation(Loc)) in findBeginLocalPreprocessedEntity()
243 if (SourceMgr.isLoadedSourceLocation(Loc)) in findEndLocalPreprocessedEntity()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1802 bool isLoadedSourceLocation(SourceLocation Loc) const { in isLoadedSourceLocation() function
/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2258 assert(!SourceMgr.isLoadedSourceLocation(Loc) &&
/src/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1936 assert(isLoadedSourceLocation(Loc) && in getUniqueLoadedASTFileID()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5999 if (Context->getSourceManager().isLoadedSourceLocation(Loc) && in getRawSourceLocationEncoding()