HomeSort by: relevance | last modified time | path
    Searched refs:LookupIvarInObjCMethod (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 890 DeclResult Ivar = LookupIvarInObjCMethod(Result, S, Name);
1004 LookupIvarInObjCMethod(Result, S, Ivar->getIdentifier());
SemaExpr.cpp 2756 DeclResult Sema::LookupIvarInObjCMethod(LookupResult &Lookup, Scope *S,
2896 DeclResult Ivar = LookupIvarInObjCMethod(Lookup, S, II);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5098 DeclResult LookupIvarInObjCMethod(LookupResult &Lookup, Scope *S,

Completed in 50 milliseconds