Searched refs:SM (Results 1 – 3 of 3) sorted by relevance
328 const clang::SourceManager *SM = getSourceManager(); in Report() local329 return DiagEngine->Report(clang::FullSourceLoc(Loc, *SM), in Report()
1177 clang::SourceManager& SM = C.getSourceManager(); in InsertLocalVarDestructors() local1179 const auto& OccursBefore = [&SM] (clang::SourceLocation L1, clang::SourceLocation L2)->bool { in InsertLocalVarDestructors()1180 return SM.isBeforeInTranslationUnit(L1, L2); in InsertLocalVarDestructors()
55509 public abstract deprecated interface SM {