Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessingRecord.cpp135 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSourceManager.h1520 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp2573 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()
2581 assert(SM.isLocalSourceLocation(FileLoc)); in addFileLevelDecl()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp2071 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
HDASTWriter.cpp5009 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
HDASTReader.cpp4754 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()