Searched refs:isLocalSourceLocation (Results 1 – 6 of 6) sorted by relevance
137 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
1524 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
2600 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()2608 assert(SM.isLocalSourceLocation(FileLoc)); in addFileLevelDecl()
1896 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
4906 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
4863 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()