Searched refs:isLocalSourceLocation (Results 1 – 6 of 6) sorted by relevance
145 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
1782 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
2435 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()2443 assert(SM.isLocalSourceLocation(FileLoc)); in addFileLevelDecl()
2756 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
5755 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
6403 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()