Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseNullptrCheck.cpp164 S->isSemanticForm() ? S : S->getSemanticForm()); in TraverseInitListExpr()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexBody.cpp428 InitListExpr *SemaForm = S->isSemanticForm() ? S : S->getSemanticForm(); in TraverseInitListExpr()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DInlayHints.cpp187 collectDesignators(Syn->isSemanticForm() ? Syn : Syn->getSemanticForm(), in getDesignators()
H A DHover.cpp412 E = ILE->getSemanticForm(); in printExprValue()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprClassification.cpp327 Ctx, cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm()); in ClassifyInternal()
H A DComputeDependence.cpp273 return E->getSemanticForm()->getDependence(); in computeDependence()
H A DExprCXX.cpp67 const Expr *E = getSemanticForm()->IgnoreImplicit(); in getDecomposedForm()
H A DStmtProfile.cpp1862 VisitExpr(S->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DExprConstant.cpp7511 return StmtVisitorTy::Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
15481 return CheckICE(cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm(), in CheckICE()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprComplex.cpp287 return Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DCGExprAgg.cpp163 Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DCGExprScalar.cpp848 return Visit(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
H A DCGExpr.cpp1343 return EmitLValue(cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm()); in EmitLValue()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DRecursiveASTVisitor.h658 if (auto Sem = ILE->isSemanticForm() ? ILE : ILE->getSemanticForm()) \
2550 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.h4946 InitListExpr *getSemanticForm() const { in getSemanticForm() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1586 Record.AddStmt(E->getSemanticForm()); in VisitCXXRewrittenBinaryOperator()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h11218 Expr *PossibleBinOps[] = {E->getSemanticForm(), in TransformCXXRewrittenBinaryOperator()