Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp458 ExprResult PromiseRef = S.BuildDeclRefExpr( in buildPromiseCall()
524 BuildDeclRefExpr(MoveDecl, MoveDecl->getType().getNonReferenceType(), in buildCoroutinePromise()
1077 ExprResult DR = S.BuildDeclRefExpr(VD, VD->getType(), VK_LValue, Loc); in buildStdNoThrowDeclRef()
1376 S.BuildDeclRefExpr(PD, PD->getOriginalType().getNonReferenceType(), in collectPlacementArgs()
1625 S.BuildDeclRefExpr(OperatorNew, OperatorNew->getType(), VK_LValue, Loc); in makeNewAndDeleteExpr()
1648 S.BuildDeclRefExpr(OperatorDelete, OpDeleteQualType, VK_LValue, Loc); in makeNewAndDeleteExpr()
1902 ExprResult declRef = S.BuildDeclRefExpr(GroDecl, GroType, VK_LValue, Loc); in makeGroDeclAndReturnStmt()
1972 BuildDeclRefExpr(PD, PD->getType().getNonReferenceType(), in buildCoroutineParameterMoves()
H A DSemaStmt.cpp2746 ExprResult BeginRangeRef = BuildDeclRefExpr(RangeVar, RangeVarNonRefType, in BuildCXXForRangeStmt()
2751 ExprResult EndRangeRef = BuildDeclRefExpr(RangeVar, RangeVarNonRefType, in BuildCXXForRangeStmt()
2948 ExprResult BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt()
2953 ExprResult EndRef = BuildDeclRefExpr(EndVar, EndType.getNonReferenceType(), in BuildCXXForRangeStmt()
2976 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt()
2997 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt()
H A DSemaOpenMP.cpp5425 DeclRefExpr *DistRef = Actions.BuildDeclRefExpr( in buildDistanceFunc()
5580 DeclRefExpr *TargetRef = Actions.BuildDeclRefExpr( in buildLoopVarFunc()
5583 DeclRefExpr *LogicalRef = Actions.BuildDeclRefExpr( in buildLoopVarFunc()
5758 SemaRef.BuildDeclRefExpr(LUVDecl, LUVDecl->getType(), VK_LValue, {}, in ActOnOpenMPCanonicalLoop()
16124 ExprResult Res = S.BuildDeclRefExpr(VD, AllocatorType, VK_LValue, Loc); in findOMPAllocatorHandleT()
17698 ExprResult Res = SemaRef.BuildDeclRefExpr( in getOpenMPCapturedExpr()
18635 return SemaRef.BuildDeclRefExpr(VD, VD->getType().getNonReferenceType(), in buildDeclareReductionRef()
18656 return SemaRef.BuildDeclRefExpr( in buildDeclareReductionRef()
21525 return SemaRef.BuildDeclRefExpr(VD, Type, VK_LValue, Loc); in buildUserDefinedMapperRef()
21545 return SemaRef.BuildDeclRefExpr(VD, Type, VK_LValue, Loc); in buildUserDefinedMapperRef()
[all …]
H A DSemaExpr.cpp2293 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, in BuildDeclRefExpr() function in Sema
2297 return BuildDeclRefExpr(D, Ty, VK, NameInfo, SS); in BuildDeclRefExpr()
2301 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, in BuildDeclRefExpr() function in Sema
2308 return BuildDeclRefExpr(D, Ty, VK, NameInfo, NNS, FoundD, TemplateKWLoc, in BuildDeclRefExpr()
2370 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, in BuildDeclRefExpr() function in Sema
2758 return BuildDeclRefExpr(VD, type, VK_LValue, NameLoc); in ActOnIdExpression()
3491 BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD, in BuildDeclarationNameExpr()
6791 BuildDeclRefExpr(BuiltInDecl, BuiltInDecl->getType(), VK_LValue, Loc); in BuildBuiltinCallExpr()
21342 return BuildDeclRefExpr( in CheckPlaceholderExpr()
H A DSemaDeclCXX.cpp1028 ExprResult E = S.BuildDeclRefExpr(Src, DecompType, VK_LValue, Loc); in checkSimpleDecomposition()
1313 ExprResult E = S.BuildDeclRefExpr(Src, DecompType, VK_LValue, Loc); in checkTupleLikeDecomposition()
1561 ExprResult E = S.BuildDeclRefExpr(Src, DecompType, VK_LValue, Loc); in checkMemberDecomposition()
14634 return assertNotNull(S.BuildDeclRefExpr(Var, VarType, VK_LValue, Loc)); in build()
14780 ExprResult MemCpyRef = S.BuildDeclRefExpr(MemCpy, S.Context.BuiltinFnTy, in buildMemcpyForAssignmentOp()
16120 Expr *FunctionRef = BuildDeclRefExpr(Invoker, Invoker->getType(), VK_LValue, in DefineImplicitLambdaToFunctionPointerConversion()
H A DSemaExprCXX.cpp4395 ExprResult Condition = BuildDeclRefExpr( in CheckConditionVariable()
H A DSemaOverload.cpp17037 DeclRefExpr *DRE = BuildDeclRefExpr( in FixOverloadedFunctionReference()
17058 DeclRefExpr *DRE = BuildDeclRefExpr( in FixOverloadedFunctionReference()
H A DTreeTransform.h2956 return getSema().BuildDeclRefExpr(Member, Member->getType(), in RebuildMemberExpr()
16164 ExprResult DRE = getSema().BuildDeclRefExpr( in TransformSizeOfPackExpr()
H A DSemaTemplate.cpp1248 BuildDeclRefExpr(OrigConstrainedParm, OrigConstrainedParm->getType(), in AttachTypeConstraint()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7164 DeclRefExpr *BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
7168 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
7178 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc5304 …rValueKindENS_14SourceLocationEPKNS_12CXXScopeSpecE", "clang::Sema::BuildDeclRefExpr(clang::ValueD…
5305 …indERKNS_19DeclarationNameInfoEPKNS_12CXXScopeSpecE", "clang::Sema::BuildDeclRefExpr(clang::ValueD…