Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DInputElement.h65 const WasmInitExpr &getInitExpr() const { return initExpr; } in getInitExpr() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h3177 const Expr *getInitExpr() const { return (const Expr*) Init; } in getInitExpr() function
3178 Expr *getInitExpr() { return (Expr*) Init; } in getInitExpr() function