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.cpp145 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
H A DPreprocessor.cpp1529 if (SourceMgr.isLocalSourceLocation(Loc)) in isSafeBufferOptOut()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2446 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()
2454 assert(SM.isLocalSourceLocation(FileLoc)); in addFileLevelDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1807 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2842 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
H A DASTWriter.cpp6314 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
H A DASTReader.cpp6409 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()