Searched refs:setInit (Results 1 - 18 of 18) sorted by relevance

/external/javassist/src/main/javassist/compiler/
H A DJavac.java120 protected void setInit(ASTree i) { init = i; } method in class:Javac.CtFieldWithInit
136 f.setInit(fd.getInit());
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dgnubby.js621 function setInit() { function
635 setInit();
/external/clang/lib/Sema/
H A DSemaInit.cpp471 ILE->setInit(Init, DIE);
503 ILE->setInit(Init, MemberInit.getAs<Expr>());
610 ILE->setInit(Init, ElementInit.getAs<Expr>());
1122 IList->setInit(Index, ResultExpr);
1179 IList->setInit(Index, expr);
1231 IList->setInit(Index, ResultExpr);
1834 IList->setInit(OldIndex, DIE->getInit());
1842 DIE->setInit(IList->getInit(OldIndex));
1843 IList->setInit(OldIndex, DIE);
2079 IList->setInit(Inde
[all...]
H A DSemaLambda.cpp814 NewVD->setInit(Init);
H A DSemaStmt.cpp98 var->setInit(nullptr);
H A DSemaDecl.cpp8562 VDecl->setInit(Init);
8962 Var->setInit(MaybeCreateExprWithCleanups(Init.get()));
H A DSemaDeclCXX.cpp9359 IterationVar->setInit(IntegerLiteral::Create(S.Context, Zero, SizeType, Loc));
11410 ExDecl->setInit(init);
/external/clang/include/clang/AST/
H A DExpr.h3798 void setInit(unsigned Init, Expr *expr) {
4212 void setInit(Expr *init) { function in class:clang::StringLiteral::DesignatedInitExpr
H A DDecl.h1037 void setInit(Expr *I);
H A DStmt.h1177 void setInit(Stmt *S) { SubExprs[INIT] = S; } function in class:clang::ForStmt
/external/clang/lib/AST/
H A DExpr.cpp1866 setInit(Init, expr);
1871 setInit(Init, expr);
H A DASTImporter.cpp2018 To->setInit(Importer.Import(const_cast<Expr *>(From->getAnyInitializer())));
3096 MergeWithVar->setInit(Init);
H A DDecl.cpp1953 void VarDecl::setInit(Expr *I) { function in class:VarDecl
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1006 VD->setInit(Reader.ReadExpr(F));
H A DASTReaderStmt.cpp238 S->setInit(Reader.ReadSubStmt());
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 259 milliseconds