Searched refs:isLocalSourceLocation (Results 1 – 6 of 6) sorted by relevance
135 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
1551 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
2577 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()2585 assert(SM.isLocalSourceLocation(FileLoc)); in addFileLevelDecl()
2162 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
4998 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
4991 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()