HomeSort by: relevance | last modified time | path
    Searched refs:BuildDeclRefExpr (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp 304 S.BuildDeclRefExpr(BuiltInDecl, BuiltInDecl->getType(), VK_LValue, Loc);
520 ExprResult PromiseRef = S.BuildDeclRefExpr(
586 BuildDeclRefExpr(MoveDecl, MoveDecl->getType().getNonReferenceType(),
1055 ExprResult DR = S.BuildDeclRefExpr(VD, VD->getType(), VK_LValue, Loc);
1305 S.BuildDeclRefExpr(PD, PD->getOriginalType().getNonReferenceType(),
1384 S.BuildDeclRefExpr(OperatorNew, OperatorNew->getType(), VK_LValue, Loc);
1403 S.BuildDeclRefExpr(OperatorDelete, OpDeleteQualType, VK_LValue, Loc);
1612 ExprResult declRef = S.BuildDeclRefExpr(GroDecl, GroType, VK_LValue, Loc);
1669 BuildDeclRefExpr(PD, PD->getType().getNonReferenceType(),
SemaStmt.cpp 2738 ExprResult BeginRangeRef = BuildDeclRefExpr(RangeVar, RangeVarNonRefType,
2743 ExprResult EndRangeRef = BuildDeclRefExpr(RangeVar, RangeVarNonRefType,
2932 ExprResult BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType,
2937 ExprResult EndRef = BuildDeclRefExpr(EndVar, EndType.getNonReferenceType(),
2960 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType,
2981 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType,
SemaOpenMP.cpp 1416 static DeclRefExpr *buildDeclRefExpr(Sema &S, VarDecl *D, QualType Ty,
1448 buildDeclRefExpr(SemaRef, VD, SemaRef.Context.VoidPtrTy, SR.getBegin());
1474 buildDeclRefExpr(SemaRef, VD, SemaRef.Context.VoidPtrTy, SR.getBegin());
1612 DVar.RefExpr = buildDeclRefExpr(
1628 DVar.RefExpr = buildDeclRefExpr(
1647 buildDeclRefExpr(SemaRef, VD, D->getType().getNonReferenceType(),
1666 buildDeclRefExpr(SemaRef, VD, D->getType().getNonReferenceType(),
2647 PrivateCopies.push_back(buildDeclRefExpr(
3836 DeclRefExpr *DRE = buildDeclRefExpr(
4332 return buildDeclRefExpr(S, CD, CD->getType().getNonReferenceType()
    [all...]
SemaExpr.cpp 1933 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
1937 return BuildDeclRefExpr(D, Ty, VK, NameInfo, SS);
1941 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
1948 return BuildDeclRefExpr(D, Ty, VK, NameInfo, NNS, FoundD, TemplateKWLoc,
2009 /// BuildDeclRefExpr - Build an expression that references a
2012 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
3438 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD,
5362 BuildDeclRefExpr(CounterVD, CounterVD->getType(), VK_LValue,
5385 BuildDeclRefExpr(cast<VarDecl>(D.IteratorDecl),
17994 // BuildDeclRefExpr. We check the type requirements in the second bulle
    [all...]
SemaDeclCXX.cpp 921 ExprResult E = S.BuildDeclRefExpr(Src, DecompType, VK_LValue, Loc);
1209 ExprResult E = S.BuildDeclRefExpr(Src, DecompType, VK_LValue, Loc);
1441 ExprResult E = S.BuildDeclRefExpr(Src, DecompType, VK_LValue, Loc);
13529 return assertNotNull(S.BuildDeclRefExpr(Var, VarType, VK_LValue, Loc));
13675 ExprResult MemCpyRef = S.BuildDeclRefExpr(MemCpy, S.Context.BuiltinFnTy,
14957 Expr *FunctionRef = BuildDeclRefExpr(Invoker, Invoker->getType(),
SemaExprCXX.cpp 3876 ExprResult Condition = BuildDeclRefExpr(
SemaOverload.cpp 15095 BuildDeclRefExpr(Fn, Fn->getType(), VK_LValue, ULE->getNameInfo(),
15116 DeclRefExpr *DRE = BuildDeclRefExpr(
SemaTemplate.cpp 1259 DeclRefExpr *Ref = BuildDeclRefExpr(NTTP, NTTP->getType(), VK_RValue,
TreeTransform.h 13253 ExprResult DRE = getSema().BuildDeclRefExpr(
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5116 DeclRefExpr *BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
5120 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
5127 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,

Completed in 101 milliseconds