HomeSort by: relevance | last modified time | path
    Searched defs:RefExpr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 71 const Expr *RefExpr = nullptr;
77 const Expr *RefExpr, DeclRefExpr *PrivateCopy,
80 : DKind(DKind), CKind(CKind), Modifier(Modifier), RefExpr(RefExpr),
104 llvm::PointerIntPair<const Expr *, 1, bool> RefExpr;
134 void set(const Expr *RefExpr, SourceRange RR) {
136 ReductionOp = RefExpr;
1195 DVar.RefExpr = Data.RefExpr.getPointer();
1254 DVar.RefExpr = nullptr
    [all...]
SemaPseudoObject.cpp 55 Expr *rebuildObjCPropertyRefExpr(ObjCPropertyRefExpr *refExpr) {
58 if (refExpr->isClassReceiver() || refExpr->isSuperReceiver())
59 return refExpr;
61 if (refExpr->isExplicitProperty()) {
63 refExpr->getExplicitProperty(), refExpr->getType(),
64 refExpr->getValueKind(), refExpr->getObjectKind(),
65 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0))
    [all...]
SemaCoroutine.cpp 577 auto RefExpr = ExprEmpty();
585 RefExpr =
588 if (RefExpr.isInvalid())
590 CtorArgExprs.push_back(RefExpr.get());
SemaTemplate.cpp 7525 ExprResult RefExpr = BuildDeclarationNameExpr(
7527 if (RefExpr.isInvalid())
7531 QualType ElemT(RefExpr.get()->getType()->getArrayElementTypeNoTypeQual(), 0);
7535 RefExpr = DefaultFunctionArrayConversion(RefExpr.get());
7536 if (RefExpr.isInvalid())
7540 RefExpr = CreateBuiltinUnaryOp(Loc, UO_AddrOf, RefExpr.get());
7541 if (RefExpr.isInvalid())
7547 return RefExpr;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 1083 auto *RefExpr = cast<ObjCPropertyRefExpr>(Syntactic);
1085 if (RefExpr->isExplicitProperty())
1086 return RefExpr->getExplicitProperty();

Completed in 39 milliseconds