Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessingRecord.cpp146 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h1670 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp2396 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()
2404 assert(SM.isLocalSourceLocation(FileLoc)); in addFileLevelDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp2310 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
H A DASTWriter.cpp5577 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
H A DASTReader.cpp5580 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()