Home
last modified time | relevance | path

Searched defs:getSemanticForm (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
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.h5189 InitListExpr *getSemanticForm() const { in getSemanticForm() function