Searched defs:DirectInit (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp354 bool DirectInit = D->isDirectInit(); local
355 SemaRef.AddInitializerToDecl(Var, Init.take(), DirectInit,
H A DSemaDecl.cpp6348 /// declaration dcl. If DirectInit is true, this is C++ direct
6351 bool DirectInit, bool TypeMayContainAuto) {
6548 = DirectInit ?
6713 assert(DirectInit && "Call-style initializer must be direct init.");
6715 } else if (DirectInit) {
6350 AddInitializerToDecl(Decl *RealDecl, Expr *Init, bool DirectInit, bool TypeMayContainAuto) argument

Completed in 104 milliseconds