Home
last modified time | relevance | path

Searched defs:getInitExpr (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lld/wasm/
H A DInputElement.h65 const WasmInitExpr &getInitExpr() const { return initExpr; } in getInitExpr() function
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h1258 Expr *getInitExpr() const { return initExpr; } in getInitExpr() function
/llvm-project/clang/include/clang/AST/
H A DDecl.h3327 const Expr *getInitExpr() const { return (const Expr*) Init; } getInitExpr() function
3328 Expr *getInitExpr() { return (Expr*) Init; } getInitExpr() function