Searched refs:anyDirect (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1232 bool &anyDirect) { in LookupDirectMethodInMethodList() argument 1242 anyDirect = true; in LookupDirectMethodInMethodList() 1257 bool &anyDirect) { in LookupDirectMethodInGlobalPool() argument 1263 S, Sel, Iter->second.first, onlyDirect, anyDirect); in LookupDirectMethodInGlobalPool() 1265 S, Sel, Iter->second.second, onlyDirect, anyDirect); in LookupDirectMethodInGlobalPool() 1318 bool anyDirect = false; in ParseObjCSelectorExpression() local 1320 LookupDirectMethodInGlobalPool(*this, Sel, onlyDirect, anyDirect); in ParseObjCSelectorExpression() 1327 } else if (anyDirect) { in ParseObjCSelectorExpression()
|