HomeSort by relevance Sort by last modified time
    Searched defs:RefExpr (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 114 Expr *rebuildSpecific(ObjCPropertyRefExpr *refExpr) {
117 assert(refExpr->isObjectReceiver());
119 if (refExpr->isExplicitProperty()) {
121 ObjCPropertyRefExpr(refExpr->getExplicitProperty(),
122 refExpr->getType(), refExpr->getValueKind(),
123 refExpr->getObjectKind(), refExpr->getLocation(),
127 ObjCPropertyRefExpr(refExpr->getImplicitPropertyGetter(),
128 refExpr->getImplicitPropertySetter()
    [all...]
SemaTemplate.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]

Completed in 348 milliseconds