Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3275 const Expr *getInitExpr() const { return (const Expr*) Init; } getInitExpr() function
3276 Expr *getInitExpr() { return (Expr*) Init; } getInitExpr() function