Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp470 ExprResult PromiseRef = S.BuildDeclRefExpr( in buildPromiseCall()
536 BuildDeclRefExpr(MoveDecl, MoveDecl->getType().getNonReferenceType(), in buildCoroutinePromise()
1032 ExprResult DR = S.BuildDeclRefExpr(VD, VD->getType(), VK_LValue, Loc); in buildStdNoThrowDeclRef()
1309 S.BuildDeclRefExpr(PD, PD->getOriginalType().getNonReferenceType(), in collectPlacementArgs()
1541 S.BuildDeclRefExpr(OperatorNew, OperatorNew->getType(), VK_LValue, Loc); in makeNewAndDeleteExpr()
1563 S.BuildDeclRefExpr(OperatorDelete, OpDeleteQualType, VK_LValue, Loc); in makeNewAndDeleteExpr()
1817 ExprResult declRef = S.BuildDeclRefExpr(GroDecl, GroType, VK_LValue, Loc); in makeGroDeclAndReturnStmt()
1887 BuildDeclRefExpr(PD, PD->getType().getNonReferenceType(), in buildCoroutineParameterMoves()
H A DSemaStmt.cpp2637 ExprResult BeginRangeRef = BuildDeclRefExpr(RangeVar, RangeVarNonRefType, in BuildCXXForRangeStmt()
2642 ExprResult EndRangeRef = BuildDeclRefExpr(RangeVar, RangeVarNonRefType, in BuildCXXForRangeStmt()
2839 ExprResult BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt()
2844 ExprResult EndRef = BuildDeclRefExpr(EndVar, EndType.getNonReferenceType(), in BuildCXXForRangeStmt()
2867 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt()
2888 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt()
H A DSemaOpenMP.cpp5421 DeclRefExpr *DistRef = Actions.BuildDeclRefExpr( in buildDistanceFunc()
5576 DeclRefExpr *TargetRef = Actions.BuildDeclRefExpr( in buildLoopVarFunc()
5579 DeclRefExpr *LogicalRef = Actions.BuildDeclRefExpr( in buildLoopVarFunc()
5752 SemaRef.BuildDeclRefExpr(LUVDecl, LUVDecl->getType(), VK_LValue, {}, in ActOnOpenMPCanonicalLoop()
15566 ExprResult Res = S.BuildDeclRefExpr(VD, AllocatorType, VK_LValue, Loc); in findOMPAllocatorHandleT()
17081 ExprResult Res = SemaRef.BuildDeclRefExpr( in getOpenMPCapturedExpr()
18012 return SemaRef.BuildDeclRefExpr(VD, VD->getType().getNonReferenceType(), in buildDeclareReductionRef()
18032 return SemaRef.BuildDeclRefExpr( in buildDeclareReductionRef()
20860 return SemaRef.BuildDeclRefExpr(VD, Type, VK_LValue, Loc); in buildUserDefinedMapperRef()
20879 return SemaRef.BuildDeclRefExpr(VD, Type, VK_LValue, Loc); in buildUserDefinedMapperRef()
[all …]
H A DSemaExpr.cpp2186 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, in BuildDeclRefExpr() function in Sema
2190 return BuildDeclRefExpr(D, Ty, VK, NameInfo, SS); in BuildDeclRefExpr()
2194 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, in BuildDeclRefExpr() function in Sema
2201 return BuildDeclRefExpr(D, Ty, VK, NameInfo, NNS, FoundD, TemplateKWLoc, in BuildDeclRefExpr()
2263 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, in BuildDeclRefExpr() function in Sema
2689 return BuildDeclRefExpr(VD, type, VK_LValue, NameLoc); in ActOnIdExpression()
3443 BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD, in BuildDeclarationNameExpr()
6619 BuildDeclRefExpr(BuiltInDecl, BuiltInDecl->getType(), VK_LValue, Loc); in BuildBuiltinCallExpr()
20833 return BuildDeclRefExpr( in CheckPlaceholderExpr()
H A DSemaDeclCXX.cpp972 ExprResult E = S.BuildDeclRefExpr(Src, DecompType, VK_LValue, Loc); in checkSimpleDecomposition()
1260 ExprResult E = S.BuildDeclRefExpr(Src, DecompType, VK_LValue, Loc); in checkTupleLikeDecomposition()
1492 ExprResult E = S.BuildDeclRefExpr(Src, DecompType, VK_LValue, Loc); in checkMemberDecomposition()
14344 return assertNotNull(S.BuildDeclRefExpr(Var, VarType, VK_LValue, Loc)); in build()
14490 ExprResult MemCpyRef = S.BuildDeclRefExpr(MemCpy, S.Context.BuiltinFnTy, in buildMemcpyForAssignmentOp()
15831 Expr *FunctionRef = BuildDeclRefExpr(Invoker, Invoker->getType(), VK_LValue, in DefineImplicitLambdaToFunctionPointerConversion()
H A DSemaOverload.cpp16216 DeclRefExpr *DRE = BuildDeclRefExpr( in FixOverloadedFunctionReference()
16237 DeclRefExpr *DRE = BuildDeclRefExpr( in FixOverloadedFunctionReference()
H A DSemaExprCXX.cpp4052 ExprResult Condition = BuildDeclRefExpr( in CheckConditionVariable()
H A DTreeTransform.h2923 return getSema().BuildDeclRefExpr(Member, Member->getType(), in RebuildMemberExpr()
15022 ExprResult DRE = getSema().BuildDeclRefExpr( in TransformSizeOfPackExpr()
H A DSemaTemplate.cpp1242 BuildDeclRefExpr(OrigConstrainedParm, OrigConstrainedParm->getType(), in AttachTypeConstraint()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6746 DeclRefExpr *BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
6750 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
6760 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,