Searched refs:isLocalSourceLocation (Results 1 – 6 of 6) sorted by relevance
135 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
1559 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
2587 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()2595 assert(SM.isLocalSourceLocation(FileLoc)); in addFileLevelDecl()
2169 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
5041 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
5013 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()