Searched refs:SM (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_context.h328 const clang::SourceManager *SM = getSourceManager(); local
329 return DiagEngine->Report(clang::FullSourceLoc(Loc, *SM),
H A Dslang_rs_object_ref_count.cpp1177 clang::SourceManager& SM = C.getSourceManager(); local
1179 const auto& OccursBefore = [&SM] (clang::SourceLocation L1, clang::SourceLocation L2)->bool {
1180 return SM.isBeforeInTranslationUnit(L1, L2);

Completed in 65 milliseconds