Home
last modified time | relevance | path

Searched refs:getSemanticForm (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp445 InitListExpr *SemaForm = S->isSemanticForm() ? S : S->getSemanticForm(); in TraverseInitListExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp330 Ctx, cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm()); in ClassifyInternal()
H A DComputeDependence.cpp273 return E->getSemanticForm()->getDependence(); in computeDependence()
H A DExprCXX.cpp68 const Expr *E = getSemanticForm()->IgnoreImplicit(); in getDecomposedForm()
H A DStmtProfile.cpp1918 VisitExpr(S->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DExprConstant.cpp7773 return StmtVisitorTy::Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
16105 return CheckICE(cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm(), in CheckICE()
H A DASTImporter.cpp7697 auto ToSemanticForm = importChecked(Err, E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h636 if (auto Sem = ILE->isSemanticForm() ? ILE : ILE->getSemanticForm()) \
2546 S->isSemanticForm() ? S : S->getSemanticForm(), Queue));
H A DExprCXX.h301 Expr *getSemanticForm() { return cast<Expr>(SemanticForm); } in getSemanticForm() function
302 const Expr *getSemanticForm() const { return cast<Expr>(SemanticForm); } in getSemanticForm() function
H A DExpr.h4978 InitListExpr *getSemanticForm() const { in getSemanticForm() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp314 return Visit(E->getSemanticForm()); in HANDLEBINOP()
H A DCGExprAgg.cpp169 Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DCGExprScalar.cpp885 return Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DCGExpr.cpp1556 return EmitLValue(cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm(), in EmitLValueHelper()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1693 Record.AddStmt(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h11602 Expr *PossibleBinOps[] = {E->getSemanticForm(), in TransformCXXRewrittenBinaryOperator()