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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp1179 const auto& OccursBefore = [&SM] (clang::SourceLocation L1, clang::SourceLocation L2)->bool { local
1182 typedef std::map<clang::SourceLocation, clang::Stmt*, decltype(OccursBefore)> DMap;
1184 DMap dtors(OccursBefore);
1207 OccursBefore(currentDtorIter->first, currentLoc)) {

Completed in 40 milliseconds