Searched defs:LookupInObjCMethod (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp2076 ExprResult E(LookupInObjCMethod(R, S, II, true));
2123 // LookupInObjCMethod build the appropriate expression to
2127 ExprResult E(LookupInObjCMethod(R, S, Ivar->getIdentifier()));
2280 /// LookupInObjCMethod - The parser has read a name in, and Sema has
2289 Sema::LookupInObjCMethod(LookupResult &Lookup, Scope *S, function in class:Sema

Completed in 92 milliseconds