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