Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp142 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
H A DPreprocessor.cpp1561 if (SourceMgr.isLocalSourceLocation(Loc)) in isSafeBufferOptOut()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2460 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()
2468 assert(SM.isLocalSourceLocation(FileLoc)); in addFileLevelDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1817 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp3083 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
H A DASTWriter.cpp6969 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
H A DASTReader.cpp6748 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()