Home
last modified time | relevance | path

Searched refs:onlyDirect (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp1233 bool &onlyDirect, in LookupDirectMethodInMethodList() argument
1247 onlyDirect = false; in LookupDirectMethodInMethodList()
1258 bool &onlyDirect, in LookupDirectMethodInGlobalPool() argument
1265 S, Sel, Iter->second.first, onlyDirect, anyDirect); in LookupDirectMethodInGlobalPool()
1267 S, Sel, Iter->second.second, onlyDirect, anyDirect); in LookupDirectMethodInGlobalPool()
1319 bool onlyDirect = true; in ParseObjCSelectorExpression() local
1322 LookupDirectMethodInGlobalPool(*this, Sel, onlyDirect, anyDirect); in ParseObjCSelectorExpression()
1324 if (onlyDirect) { in ParseObjCSelectorExpression()