Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp445 InitListExpr *SemaForm = S->isSemanticForm() ? S : S->getSemanticForm(); in TraverseInitListExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp343 Ctx, cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm()); in ClassifyInternal()
H A DComputeDependence.cpp273 return E->getSemanticForm()->getDependence(); in computeDependence()
H A DStmtProfile.cpp1929 VisitExpr(S->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DExprCXX.cpp68 const Expr *E = getSemanticForm()->IgnoreImplicit(); in getDecomposedForm()
H A DExprConstant.cpp7836 return StmtVisitorTy::Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
16525 return CheckICE(cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm(), in CheckICE()
H A DASTImporter.cpp7799 auto ToSemanticForm = importChecked(Err, E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp620 propagateValue(*RBO->getSemanticForm(), *RBO, Env); in VisitCXXRewrittenBinaryOperator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h643 if (auto Sem = ILE->isSemanticForm() ? ILE : ILE->getSemanticForm()) \
2604 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.h5189 InitListExpr *getSemanticForm() const { in getSemanticForm() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp373 return Visit(E->getSemanticForm()); in HANDLEBINOP()
H A DCGExprAgg.cpp168 Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DCGExprScalar.cpp904 return Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DCGExpr.cpp1548 return EmitLValue(cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm(), in EmitLValueHelper()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1703 Record.AddStmt(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp2958 return this->delegate(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h12455 Expr *PossibleBinOps[] = {E->getSemanticForm(), in TransformCXXRewrittenBinaryOperator()