Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessingRecord.cpp145 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h1755 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp2427 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()
2435 assert(SM.isLocalSourceLocation(FileLoc)); in addFileLevelDecl()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp2489 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
H A DASTWriter.cpp5651 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
H A DASTReader.cpp6201 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()