Searched refs:getSemanticForm (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp425 InitListExpr *SemaForm = S->isSemanticForm() ? S : S->getSemanticForm();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp223 return E->getSemanticForm()->getDependence();
H A DExprClassification.cpp321 Ctx, cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm());
H A DExprCXX.cpp67 const Expr *E = getSemanticForm()->IgnoreImplicit();
H A DStmtProfile.cpp1709 VisitExpr(S->getSemanticForm());
H A DExprConstant.cpp7089 return StmtVisitorTy::Visit(E->getSemanticForm());
14615 return CheckICE(cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp287 return Visit(E->getSemanticForm());
H A DCGExprAgg.cpp161 Visit(E->getSemanticForm());
H A DCGExpr.cpp1300 return EmitLValue(cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm());
H A DCGExprScalar.cpp850 return Visit(E->getSemanticForm());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h302 Expr *getSemanticForm() { return cast<Expr>(SemanticForm); } function in class:clang::CXXRewrittenBinaryOperator
303 const Expr *getSemanticForm() const { return cast<Expr>(SemanticForm); } function in class:clang::CXXRewrittenBinaryOperator
H A DRecursiveASTVisitor.h557 if (auto Sem = ILE->isSemanticForm() ? ILE : ILE->getSemanticForm()) \
2375 S->isSemanticForm() ? S : S->getSemanticForm(), Queue));
H A DExpr.h4623 /// form using method getSemanticForm().
4775 InitListExpr *getSemanticForm() const { function in class:clang::final::InitListExpr
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1566 Record.AddStmt(E->getSemanticForm());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10609 Expr *PossibleBinOps[] = {E->getSemanticForm(),

Completed in 319 milliseconds