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

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 112 Expr *rebuildSpecific(ObjCPropertyRefExpr *refExpr) {
115 assert(refExpr->getBase());
117 if (refExpr->isExplicitProperty()) {
119 ObjCPropertyRefExpr(refExpr->getExplicitProperty(),
120 refExpr->getType(), refExpr->getValueKind(),
121 refExpr->getObjectKind(), refExpr->getLocation(),
125 ObjCPropertyRefExpr(refExpr->getImplicitPropertyGetter(),
126 refExpr->getImplicitPropertySetter()
    [all...]
SemaTemplate.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 294 milliseconds