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

  /external/clang/lib/Sema/
SemaOpenMP.cpp 73 DeclRefExpr *RefExpr;
76 : DKind(OMPD_unknown), CKind(OMPC_unknown), RefExpr(nullptr),
82 Expr *RefExpr;
88 DeclRefExpr *RefExpr;
403 DVar.RefExpr = Iter->SharingMap[D].RefExpr;
449 DVar.RefExpr = nullptr;
502 Stack[0].SharingMap[D].RefExpr = E;
506 Stack.back().SharingMap[D].RefExpr = E;
575 DVar.RefExpr = Stack[0].SharingMap[D].RefExpr
    [all...]
SemaPseudoObject.cpp 56 Expr *rebuildObjCPropertyRefExpr(ObjCPropertyRefExpr *refExpr) {
59 if (refExpr->isClassReceiver() || refExpr->isSuperReceiver())
60 return refExpr;
62 if (refExpr->isExplicitProperty()) {
64 refExpr->getExplicitProperty(), refExpr->getType(),
65 refExpr->getValueKind(), refExpr->getObjectKind(),
66 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0))
    [all...]
SemaTemplate.cpp     [all...]

Completed in 321 milliseconds