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.h1559 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
/external/clang/lib/Frontend/
DASTUnit.cpp2587 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()
2595 assert(SM.isLocalSourceLocation(FileLoc)); in addFileLevelDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp2169 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
DASTWriter.cpp5041 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
DASTReader.cpp5013 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()