Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessingRecord.cpp135 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
/external/clang/include/clang/Basic/
DSourceManager.h1520 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
/external/clang/lib/Frontend/
DASTUnit.cpp2547 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()
2555 assert(SM.isLocalSourceLocation(FileLoc)); in addFileLevelDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp2073 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
DASTWriter.cpp5161 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
DASTReader.cpp5042 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()