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 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...]
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 422 milliseconds