Searched defs:OccursBefore (Results 1 - 1 of 1) sorted by path

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

Completed in 44 milliseconds