Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h82 return this->Visit(E->getExprOperand()); in VisitCXXTypeidExpr()
H A DExprCXX.h726 Expr *getExprOperand() const { in getExprOperand() function
933 Expr *getExprOperand() const { in getExprOperand() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp1700 PrintExpr(Node->getExprOperand()); in VisitCXXTypeidExpr()
1710 PrintExpr(Node->getExprOperand()); in VisitCXXUuidofExpr()
H A DItaniumMangle.cpp3584 Expr *UuidExp = UE->getExprOperand(); in mangleExpression()
3939 mangleExpression(TIE->getExprOperand()); in mangleExpression()
H A DExprCXX.cpp69 const Expr *E = getExprOperand(); in isPotentiallyEvaluated()
H A DExprConstant.cpp5517 << E->getExprOperand()->getType() in VisitCXXTypeidExpr()
5518 << E->getExprOperand()->getSourceRange(); in VisitCXXTypeidExpr()
H A DASTImporter.cpp7594 ExpectedExpr ToExprOperandOrErr = import(E->getExprOperand()); in VisitCXXTypeidExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp2143 return EmitTypeidFromVTable(*this, E->getExprOperand(), in EmitCXXTypeidExpr()
2146 QualType OperandTy = E->getExprOperand()->getType(); in EmitCXXTypeidExpr()
H A DCGExprConstant.cpp1847 T = E->getExprOperand()->getType(); in VisitCXXTypeidExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1032 Expr *Op = DC->getExprOperand(); in canTypeidThrow()
H A DTreeTransform.h10106 ExprResult SubExpr = getDerived().TransformExpr(E->getExprOperand()); in TransformCXXTypeidExpr()
10111 SubExpr.get() == E->getExprOperand()) in TransformCXXTypeidExpr()
10138 ExprResult SubExpr = getDerived().TransformExpr(E->getExprOperand()); in TransformCXXUuidofExpr()
10143 SubExpr.get() == E->getExprOperand()) in TransformCXXUuidofExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1436 Record.AddStmt(E->getExprOperand()); in VisitCXXTypeidExpr()
1841 Record.AddStmt(E->getExprOperand()); in VisitCXXUuidofExpr()