Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp243 return ClassifyInternal(Ctx, cast<PackIndexingExpr>(E)->getSelectedExpr()); in ClassifyInternal()
H A DExpr.cpp3481 ->getSelectedExpr() in isConstantInitializer()
H A DExprConstant.cpp8673 return StmtVisitorTy::Visit(E->getSelectedExpr()); in VisitPackIndexingExpr()
17396 return CheckICE(cast<PackIndexingExpr>(E)->getSelectedExpr(), Ctx); in CheckICE()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp411 return Visit(E->getSelectedExpr()); in VisitPackIndexingExpr()
H A DCGExprAgg.cpp244 Visit(E->getSelectedExpr()); in VisitPackIndexingExpr()
H A DCGExprConstant.cpp1572 return Visit(E->getSelectedExpr(), T); in VisitPackIndexingExpr()
H A DCGExprScalar.cpp965 return Visit(E->getSelectedExpr()); in VisitPackIndexingExpr()
H A DCGExpr.cpp1732 return EmitLValue(cast<PackIndexingExpr>(E)->getSelectedExpr()); in EmitLValueHelper()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4519 setValueKind(getSelectedExpr()->getValueKind());
4577 Expr *getSelectedExpr() const { in getSelectedExpr() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp129 return Visit(e->getSelectedExpr()); in VisitPackIndexingExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp3853 return this->delegate(E->getSelectedExpr()); in VisitPackIndexingExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9692 IDExpr = PackExpr->getSelectedExpr(); in getDecltypeForExpr()