Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
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