Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessingRecord.cpp135 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
/external/llvm-project/clang/lib/Lex/
DPreprocessingRecord.cpp145 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
/external/clang/include/clang/Basic/
DSourceManager.h1559 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h1714 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/llvm-project/clang/lib/Frontend/
DASTUnit.cpp2424 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()
2432 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()
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp2430 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
DASTWriter.cpp5494 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
DASTReader.cpp6073 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()