HomeSort by: relevance | last modified time | path
    Searched defs:getInit (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h 152 Stmt *getInit() { return SubExprs[INIT]; }
156 const Stmt *getInit() const { return SubExprs[INIT]; }
StmtOpenMP.h 1247 Expr *getInit() const { return cast<Expr>(Data->getChildren()[InitOffset]); }
DeclCXX.h 2370 Expr *getInit() const { return static_cast<Expr *>(Init); }
ExprCXX.h 4625 Expr *getInit() const { return isLeftFold() ? getLHS() : getRHS(); }
Expr.h 4760 const Expr *getInit(unsigned Init) const {
4765 Expr *getInit(unsigned Init) {
5191 Expr *getInit() const {
Stmt.h 2050 Stmt *getInit() {
2055 const Stmt *getInit() const {
2206 Stmt *getInit() {
2211 const Stmt *getInit() const {
2518 Stmt *getInit() { return SubExprs[INIT]; }
2541 const Stmt *getInit() const { return SubExprs[INIT]; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 2058 if (const Expr *Init = getInit()) {
2254 if (auto Expr = I->getInit()) {
2270 Expr *VarDecl::getInit() {
2469 const Expr *Init = getInit();
2779 Expr *Arg = getInit();
2802 if (const Expr *E = getInit())

Completed in 36 milliseconds