Searched refs:isLocalSourceLocation (Results 1 – 6 of 6) sorted by relevance
137 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
1528 bool isLocalSourceLocation(SourceLocation Loc) const { in isLocalSourceLocation() function
2570 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) in addFileLevelDecl()2578 assert(SM.isLocalSourceLocation(FileLoc)); in addFileLevelDecl()
2002 if (Loc.isValid() && SM.isLocalSourceLocation(Loc)) in WriteDecl()
5169 assert(SM.isLocalSourceLocation(FileLoc)); in associateDeclWithFile()
4981 if (SourceMgr.isLocalSourceLocation(Loc)) in findPreprocessedEntity()