Searched refs:isLocalSourceLocation (Results 1 – 7 of 7) sorted by relevance
142 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
1561 if (SourceMgr.isLocalSourceLocation(Loc)) in isSafeBufferOptOut()
2460 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()2468 assert(SM.isLocalSourceLocation(FileLoc)); in addFileLevelDecl()
1817 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
3083 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
6969 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
6748 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()