Home
last modified time | relevance | path

Searched refs:BuildDeclRefExpr (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp473 ExprResult PromiseRef = S.BuildDeclRefExpr( in buildPromiseCall()
539 BuildDeclRefExpr(MoveDecl, MoveDecl->getType().getNonReferenceType(), in buildCoroutinePromise()
1034 ExprResult DR = S.BuildDeclRefExpr(VD, VD->getType(), VK_LValue, Loc); in buildStdNoThrowDeclRef()
1294 S.BuildDeclRefExpr(PD, PD->getOriginalType().getNonReferenceType(), in collectPlacementArgs()
1526 S.BuildDeclRefExpr(OperatorNew, OperatorNew->getType(), VK_LValue, Loc); in makeNewAndDeleteExpr()
1548 S.BuildDeclRefExpr(OperatorDelete, OpDeleteQualType, VK_LValue, Loc); in makeNewAndDeleteExpr()
1810 BuildDeclRefExpr(PD, PD->getType().getNonReferenceType(), in buildCoroutineParameterMoves()
H A DSemaStmt.cpp2786 ExprResult BeginRangeRef = BuildDeclRefExpr(RangeVar, RangeVarNonRefType, in BuildCXXForRangeStmt()
2791 ExprResult EndRangeRef = BuildDeclRefExpr(RangeVar, RangeVarNonRefType, in BuildCXXForRangeStmt()
2980 ExprResult BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt()
2985 ExprResult EndRef = BuildDeclRefExpr(EndVar, EndType.getNonReferenceType(), in BuildCXXForRangeStmt()
3008 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt()
3029 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt()
H A DSemaExpr.cpp2001 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, in BuildDeclRefExpr() function in Sema
2005 return BuildDeclRefExpr(D, Ty, VK, NameInfo, SS); in BuildDeclRefExpr()
2009 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, in BuildDeclRefExpr() function in Sema
2016 return BuildDeclRefExpr(D, Ty, VK, NameInfo, NNS, FoundD, TemplateKWLoc, in BuildDeclRefExpr()
2080 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, in BuildDeclRefExpr() function in Sema
3507 BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD, in BuildDeclarationNameExpr()
5574 BuildDeclRefExpr(CounterVD, CounterVD->getType(), VK_LValue, in ActOnOMPIteratorExpr()
5597 BuildDeclRefExpr(cast<VarDecl>(D.IteratorDecl), in ActOnOMPIteratorExpr()
7099 BuildDeclRefExpr(BuiltInDecl, BuiltInDecl->getType(), VK_LValue, Loc); in BuildBuiltinCallExpr()
21063 return BuildDeclRefExpr( in CheckPlaceholderExpr()
H A DSemaOpenMP.cpp5617 DeclRefExpr *DistRef = Actions.BuildDeclRefExpr( in buildDistanceFunc()
5771 DeclRefExpr *TargetRef = Actions.BuildDeclRefExpr( in buildLoopVarFunc()
5774 DeclRefExpr *LogicalRef = Actions.BuildDeclRefExpr( in buildLoopVarFunc()
5946 DeclRefExpr *LVRef = BuildDeclRefExpr(LUVDecl, LUVDecl->getType(), VK_LValue, in ActOnOpenMPCanonicalLoop()
16531 ExprResult Res = S.BuildDeclRefExpr(VD, AllocatorType, VK_LValue, Loc); in findOMPAllocatorHandleT()
17948 ExprResult Res = BuildDeclRefExpr( in getOpenMPCapturedExpr()
18871 return SemaRef.BuildDeclRefExpr(VD, VD->getType().getNonReferenceType(), in buildDeclareReductionRef()
18891 return SemaRef.BuildDeclRefExpr( in buildDeclareReductionRef()
21623 return SemaRef.BuildDeclRefExpr(VD, Type, VK_LValue, Loc); in buildUserDefinedMapperRef()
21642 return SemaRef.BuildDeclRefExpr(VD, Type, VK_LValue, Loc); in buildUserDefinedMapperRef()
H A DSemaDeclCXX.cpp954 ExprResult E = S.BuildDeclRefExpr(Src, DecompType, VK_LValue, Loc); in checkSimpleDecomposition()
1242 ExprResult E = S.BuildDeclRefExpr(Src, DecompType, VK_LValue, Loc); in checkTupleLikeDecomposition()
1473 ExprResult E = S.BuildDeclRefExpr(Src, DecompType, VK_LValue, Loc); in checkMemberDecomposition()
14033 return assertNotNull(S.BuildDeclRefExpr(Var, VarType, VK_LValue, Loc)); in build()
14179 ExprResult MemCpyRef = S.BuildDeclRefExpr(MemCpy, S.Context.BuiltinFnTy, in buildMemcpyForAssignmentOp()
15478 Expr *FunctionRef = BuildDeclRefExpr(Invoker, Invoker->getType(), VK_LValue, in DefineImplicitLambdaToFunctionPointerConversion()
H A DSemaOverload.cpp15501 DeclRefExpr *DRE = BuildDeclRefExpr( in FixOverloadedFunctionReference()
15522 DeclRefExpr *DRE = BuildDeclRefExpr( in FixOverloadedFunctionReference()
H A DSemaExprCXX.cpp4009 ExprResult Condition = BuildDeclRefExpr( in CheckConditionVariable()
H A DSemaTemplate.cpp1266 BuildDeclRefExpr(NTTP, NTTP->getType(), VK_PRValue, NTTP->getLocation()); in AttachTypeConstraint()
H A DTreeTransform.h13788 ExprResult DRE = getSema().BuildDeclRefExpr( in TransformSizeOfPackExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5577 DeclRefExpr *BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
5581 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
5588 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,