HomeSort by: relevance | last modified time | path
    Searched defs:onlyDirect (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 1233 bool &onlyDirect,
1247 onlyDirect = false;
1254 // selector. If a non-direct method is found, set \param onlyDirect to false. If
1258 bool &onlyDirect,
1265 S, Sel, Iter->second.first, onlyDirect, anyDirect);
1267 S, Sel, Iter->second.second, onlyDirect, anyDirect);
1319 bool onlyDirect = true;
1322 LookupDirectMethodInGlobalPool(*this, Sel, onlyDirect, anyDirect);
1324 if (onlyDirect) {

Completed in 25 milliseconds