Searched refs:anyDirect (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 1234 bool &anyDirect) { in LookupDirectMethodInMethodList() argument 1244 anyDirect = true; in LookupDirectMethodInMethodList() 1259 bool &anyDirect) { in LookupDirectMethodInGlobalPool() argument 1265 S, Sel, Iter->second.first, onlyDirect, anyDirect); in LookupDirectMethodInGlobalPool() 1267 S, Sel, Iter->second.second, onlyDirect, anyDirect); in LookupDirectMethodInGlobalPool() 1320 bool anyDirect = false; in ParseObjCSelectorExpression() local 1322 LookupDirectMethodInGlobalPool(*this, Sel, onlyDirect, anyDirect); in ParseObjCSelectorExpression() 1329 } else if (anyDirect) { in ParseObjCSelectorExpression()
|