Searched refs:LookupInObjCMethod (Results 1 - 3 of 3) 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
H A DSemaDecl.cpp713 ExprResult E = LookupInObjCMethod(Result, S, Name, true);
811 // LookupInObjCMethod build the appropriate expression to
816 ExprResult E(LookupInObjCMethod(Result, S, Ivar->getIdentifier()));
/external/clang/include/clang/Sema/
H A DSema.h3376 ExprResult LookupInObjCMethod(LookupResult &LookUp, Scope *S,

Completed in 201 milliseconds