Searched refs:anyDirect (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1237 bool &anyDirect) { in LookupDirectMethodInMethodList() argument 1247 anyDirect = true; in LookupDirectMethodInMethodList() 1262 bool &anyDirect) { in LookupDirectMethodInGlobalPool() argument 1268 S, Sel, Iter->second.first, onlyDirect, anyDirect); in LookupDirectMethodInGlobalPool() 1270 S, Sel, Iter->second.second, onlyDirect, anyDirect); in LookupDirectMethodInGlobalPool() 1324 bool anyDirect = false; in ParseObjCSelectorExpression() local 1326 LookupDirectMethodInGlobalPool(SemaRef, Sel, onlyDirect, anyDirect); in ParseObjCSelectorExpression() 1333 } else if (anyDirect) { in ParseObjCSelectorExpression()
|