Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExprCXX.h301 Expr *getSemanticForm() { return cast<Expr>(SemanticForm); } in getSemanticForm() function
302 const Expr *getSemanticForm() const { return cast<Expr>(SemanticForm); } in getSemanticForm() function
DExpr.h5018 InitListExpr *getSemanticForm() const { in getSemanticForm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExprCXX.h301 Expr *getSemanticForm() { return cast<Expr>(SemanticForm); } in getSemanticForm() function
302 const Expr *getSemanticForm() const { return cast<Expr>(SemanticForm); } in getSemanticForm() function
DExpr.h5001 InitListExpr *getSemanticForm() const { in getSemanticForm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExprCXX.h301 Expr *getSemanticForm() { return cast<Expr>(SemanticForm); } in getSemanticForm() function
302 const Expr *getSemanticForm() const { return cast<Expr>(SemanticForm); } in getSemanticForm() function
DExpr.h5007 InitListExpr *getSemanticForm() const { in getSemanticForm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExprCXX.h301 Expr *getSemanticForm() { return cast<Expr>(SemanticForm); } in getSemanticForm() function
302 const Expr *getSemanticForm() const { return cast<Expr>(SemanticForm); } in getSemanticForm() function
DExpr.h5001 InitListExpr *getSemanticForm() const { in getSemanticForm() function
/aosp_15_r20/external/clang/include/clang/AST/
H A DExpr.h3879 InitListExpr *getSemanticForm() const { in getSemanticForm() function