Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp229 return ClassifyInternal(Ctx, cast<PackIndexingExpr>(E)->getSelectedExpr()); in ClassifyInternal()
H A DExpr.cpp3457 ->getSelectedExpr() in isConstantInitializer()
H A DExprConstant.cpp8327 return StmtVisitorTy::Visit(E->getSelectedExpr()); in VisitPackIndexingExpr()
16488 return CheckICE(cast<PackIndexingExpr>(E)->getSelectedExpr(), Ctx); in CheckICE()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4408 setValueKind(getSelectedExpr()->getValueKind());
4458 Expr *getSelectedExpr() const { in getSelectedExpr() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp418 return Visit(E->getSelectedExpr()); in VisitPackIndexingExpr()
H A DCGExprAgg.cpp238 Visit(E->getSelectedExpr()); in VisitPackIndexingExpr()
H A DCGExprConstant.cpp1486 return Visit(E->getSelectedExpr(), T); in VisitPackIndexingExpr()
H A DCGExprScalar.cpp927 return Visit(E->getSelectedExpr()); in VisitPackIndexingExpr()
H A DCGExpr.cpp1671 return EmitLValue(cast<PackIndexingExpr>(E)->getSelectedExpr()); in EmitLValueHelper()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp2987 return this->delegate(E->getSelectedExpr()); in VisitPackIndexingExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9407 IDExpr = PackExpr->getSelectedExpr(); in getDecltypeForExpr()