Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexBody.cpp427 InitListExpr *SemaForm = S->isSemanticForm() ? S : S->getSemanticForm(); in TraverseInitListExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp321 Ctx, cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm()); in ClassifyInternal()
H A DComputeDependence.cpp253 return E->getSemanticForm()->getDependence(); in computeDependence()
H A DExprCXX.cpp67 const Expr *E = getSemanticForm()->IgnoreImplicit(); in getDecomposedForm()
H A DStmtProfile.cpp1770 VisitExpr(S->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DExprConstant.cpp7429 return StmtVisitorTy::Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
15210 return CheckICE(cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm(), in CheckICE()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRecursiveASTVisitor.h565 if (auto Sem = ILE->isSemanticForm() ? ILE : ILE->getSemanticForm()) \
2416 S->isSemanticForm() ? S : S->getSemanticForm(), Queue));
H A DExprCXX.h302 Expr *getSemanticForm() { return cast<Expr>(SemanticForm); } in getSemanticForm() function
303 const Expr *getSemanticForm() const { return cast<Expr>(SemanticForm); } in getSemanticForm() function
H A DExpr.h4867 InitListExpr *getSemanticForm() const { in getSemanticForm() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp287 return Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DCGExprAgg.cpp161 Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DCGExprScalar.cpp844 return Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DCGExpr.cpp1313 return EmitLValue(cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm()); in EmitLValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1577 Record.AddStmt(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h10881 Expr *PossibleBinOps[] = {E->getSemanticForm(), in TransformCXXRewrittenBinaryOperator()