Searched defs:getInit (Results 1 - 5 of 5) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
H A DFieldDecl.java29 public ASTree getInit() { return (ASTree)sublist(2).head(); } method in class:FieldDecl
/external/javassist/src/main/javassist/
H A DCtField.java134 Initializer getInit() { method in class:CtField
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dintermediate.h288 TIntermNode* getInit() { return init; } function in class:TIntermLoop
/external/clang/include/clang/AST/
H A DStmt.h1128 Stmt *getInit() { return SubExprs[INIT]; } function in class:clang::ForStmt
1151 const Stmt *getInit() const { return SubExprs[INIT]; } function in class:clang::ForStmt
H A DExpr.h3539 const Expr *getInit(unsigned Init) const { function in class:clang::StringLiteral::OffsetOfExpr::InitListExpr
3544 Expr *getInit(unsigned Init) {
3943 Expr *getInit() const { function in class:clang::StringLiteral::OffsetOfExpr::DesignatedInitExpr

Completed in 172 milliseconds