Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1242 bool &anyDirect) { in LookupDirectMethodInMethodList() argument
1252 anyDirect = true; in LookupDirectMethodInMethodList()
1267 bool &anyDirect) { in LookupDirectMethodInGlobalPool() argument
1273 S, Sel, Iter->second.first, onlyDirect, anyDirect); in LookupDirectMethodInGlobalPool()
1275 S, Sel, Iter->second.second, onlyDirect, anyDirect); in LookupDirectMethodInGlobalPool()
1329 bool anyDirect = false; in ParseObjCSelectorExpression() local
1331 LookupDirectMethodInGlobalPool(SemaRef, Sel, onlyDirect, anyDirect); in ParseObjCSelectorExpression()
1338 } else if (anyDirect) { in ParseObjCSelectorExpression()