Home
last modified time | relevance | path

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

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