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

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 133 Expr *rebuildSpecific(ObjCPropertyRefExpr *refExpr) {
136 assert(refExpr->isObjectReceiver());
138 if (refExpr->isExplicitProperty()) {
140 ObjCPropertyRefExpr(refExpr->getExplicitProperty(),
141 refExpr->getType(), refExpr->getValueKind(),
142 refExpr->getObjectKind(), refExpr->getLocation(),
146 ObjCPropertyRefExpr(refExpr->getImplicitPropertyGetter(),
147 refExpr->getImplicitPropertySetter()
    [all...]
ScopeInfo.cpp 156 if (const ObjCPropertyRefExpr *RefExpr = dyn_cast<ObjCPropertyRefExpr>(E))
157 Uses = WeakObjectUses.find(WeakObjectProfileTy(RefExpr));
SemaTemplate.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 200 milliseconds