Searched refs:isLocalSourceLocation (Results 1 – 7 of 7) sorted by relevance
145 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
1529 if (SourceMgr.isLocalSourceLocation(Loc)) in isSafeBufferOptOut()
2446 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()2454 assert(SM.isLocalSourceLocation(FileLoc)); in addFileLevelDecl()
1807 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
2842 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
6314 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
6409 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()