Home
last modified time | relevance | path

Searched refs:SemanticForm (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h289 Stmt *SemanticForm; variable
292 CXXRewrittenBinaryOperator(Expr *SemanticForm, bool IsReversed) in CXXRewrittenBinaryOperator() argument
293 : Expr(CXXRewrittenBinaryOperatorClass, SemanticForm->getType(), in CXXRewrittenBinaryOperator()
294 SemanticForm->getValueKind(), SemanticForm->getObjectKind()), in CXXRewrittenBinaryOperator()
295 SemanticForm(SemanticForm) { in CXXRewrittenBinaryOperator()
300 : Expr(CXXRewrittenBinaryOperatorClass, Empty), SemanticForm() {} in CXXRewrittenBinaryOperator()
303 Expr *getSemanticForm() { return cast<Expr>(SemanticForm); } in getSemanticForm()
304 const Expr *getSemanticForm() const { return cast<Expr>(SemanticForm); } in getSemanticForm()
359 return child_range(&SemanticForm, &SemanticForm + 1); in children()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1743 E->SemanticForm = Record.readSubExpr(); in VisitCXXRewrittenBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp15793 Expr *SemanticForm[] = {LHS, RHS, Result.get()}; in BuildSynthesizedThreeWayComparison() local
15794 return PseudoObjectExpr::Create(Context, SyntacticForm, SemanticForm, 2); in BuildSynthesizedThreeWayComparison()