Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1236 bool &onlyDirect, in LookupDirectMethodInMethodList() argument
1250 onlyDirect = false; in LookupDirectMethodInMethodList()
1261 bool &onlyDirect, in LookupDirectMethodInGlobalPool() argument
1268 S, Sel, Iter->second.first, onlyDirect, anyDirect); in LookupDirectMethodInGlobalPool()
1270 S, Sel, Iter->second.second, onlyDirect, anyDirect); in LookupDirectMethodInGlobalPool()
1323 bool onlyDirect = true; in ParseObjCSelectorExpression() local
1326 LookupDirectMethodInGlobalPool(SemaRef, Sel, onlyDirect, anyDirect); in ParseObjCSelectorExpression()
1328 if (onlyDirect) { in ParseObjCSelectorExpression()