Searched refs:isLocalSourceLocation (Results 1 – 6 of 6) sorted by relevance
135 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
1520 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
2547 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()2555 assert(SM.isLocalSourceLocation(FileLoc)); in addFileLevelDecl()
2073 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
5161 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
5042 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()