Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessingRecord.cpp137 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
/external/clang/include/clang/Basic/
DSourceManager.h1524 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
/external/clang/lib/Frontend/
DASTUnit.cpp2600 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()
2608 assert(SM.isLocalSourceLocation(FileLoc)); in addFileLevelDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1896 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
DASTWriter.cpp4906 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
DASTReader.cpp4863 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()