Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexBody.cpp428 InitListExpr *SemaForm = S->isSemanticForm() ? S : S->getSemanticForm(); in TraverseInitListExpr()
/openbsd/gnu/llvm/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.cpp1880 VisitExpr(S->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DExprConstant.cpp7524 return StmtVisitorTy::Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
15721 return CheckICE(cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm(), in CheckICE()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DRecursiveASTVisitor.h644 if (auto Sem = ILE->isSemanticForm() ? ILE : ILE->getSemanticForm()) \
2547 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.h4951 InitListExpr *getSemanticForm() const { in getSemanticForm() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp306 return Visit(E->getSemanticForm()); in HANDLEBINOP()
H A DCGExprAgg.cpp164 Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DCGExprScalar.cpp877 return Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DCGExpr.cpp1301 return EmitLValue(cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm()); in EmitLValue()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1584 Record.AddStmt(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h11384 Expr *PossibleBinOps[] = {E->getSemanticForm(), in TransformCXXRewrittenBinaryOperator()