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 134 Expr *rebuildSpecific(ObjCPropertyRefExpr *refExpr) {
137 assert(refExpr->isObjectReceiver());
139 if (refExpr->isExplicitProperty()) {
141 ObjCPropertyRefExpr(refExpr->getExplicitProperty(),
142 refExpr->getType(), refExpr->getValueKind(),
143 refExpr->getObjectKind(), refExpr->getLocation(),
147 ObjCPropertyRefExpr(refExpr->getImplicitPropertyGetter(),
148 refExpr->getImplicitPropertySetter()
    [all...]
SemaOpenMP.cpp 70 DeclRefExpr *RefExpr;
73 : DKind(OMPD_unknown), CKind(OMPC_unknown), RefExpr(nullptr),
80 DeclRefExpr *RefExpr;
235 DVar.RefExpr = Iter->SharingMap[D].RefExpr;
280 DVar.RefExpr = nullptr;
319 Stack[0].SharingMap[D].RefExpr = E;
323 Stack.back().SharingMap[D].RefExpr = E;
357 DVar.RefExpr = Stack[0].SharingMap[D].RefExpr;
    [all...]
ScopeInfo.cpp 161 if (const ObjCPropertyRefExpr *RefExpr = dyn_cast<ObjCPropertyRefExpr>(E)) {
162 if (isa<OpaqueValueExpr>(RefExpr->getBase()))
163 Uses = WeakObjectUses.find(WeakObjectProfileTy(RefExpr));
165 markSafeWeakUse(RefExpr->getBase());
SemaTemplate.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 85 milliseconds