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.cpp450 InitListExpr *SemaForm = S->isSemanticForm() ? S : S->getSemanticForm(); in TraverseInitListExpr()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp625 propagateValue(*RBO->getSemanticForm(), *RBO, Env); in VisitCXXRewrittenBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp357 Ctx, cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm()); in ClassifyInternal()
H A DComputeDependence.cpp276 return E->getSemanticForm()->getDependence(); in computeDependence()
H A DExprCXX.cpp67 const Expr *E = getSemanticForm()->IgnoreImplicit(); in getDecomposedForm()
H A DStmtProfile.cpp1970 VisitExpr(S->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DExprConstant.cpp8176 return StmtVisitorTy::Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
17433 return CheckICE(cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm(), in CheckICE()
H A DASTImporter.cpp8147 auto ToSemanticForm = importChecked(Err, E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h645 if (auto Sem = ILE->isSemanticForm() ? ILE : ILE->getSemanticForm()) \
2647 S->isSemanticForm() ? S : S->getSemanticForm(), Queue));
H A DExprCXX.h303 Expr *getSemanticForm() { return cast<Expr>(SemanticForm); } in getSemanticForm() function
304 const Expr *getSemanticForm() const { return cast<Expr>(SemanticForm); } in getSemanticForm() function
H A DExpr.h5394 InitListExpr *getSemanticForm() const { in getSemanticForm() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp362 return Visit(E->getSemanticForm()); in HANDLEBINOP()
H A DCGExprAgg.cpp174 Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DCGExprScalar.cpp942 return Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DCGExpr.cpp1609 return EmitLValue(cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm(), in EmitLValueHelper()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1726 Record.AddStmt(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp3824 return this->delegate(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13573 Expr *PossibleBinOps[] = {E->getSemanticForm(), in TransformCXXRewrittenBinaryOperator()