Home
last modified time | relevance | path

Searched refs:isLocalSourceLocation (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessingRecord.cpp145 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h1725 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp2397 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()
2405 assert(SM.isLocalSourceLocation(FileLoc)); in addFileLevelDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp2430 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
H A DASTWriter.cpp5275 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
H A DASTReader.cpp6100 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()