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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 1973 /// HandleExprPropertyRefExpr - Handle foo.bar where foo is a pointer to an
1976 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT,
2127 return HandleExprPropertyRefExpr(OPT, BaseExpr, OpLoc,
2185 return HandleExprPropertyRefExpr(T->castAs<ObjCObjectPointerType>(),
SemaExprMember.cpp 1588 return S.HandleExprPropertyRefExpr(OPT, BaseExpr.get(), OpLoc, MemberName,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 9702 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT,

Completed in 177 milliseconds