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

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3915 bool DirectInit = OldVar->isDirectInit(); local
3916 AddInitializerToDecl(Var, InitExpr, DirectInit, TypeMayContainAuto);
H A DSemaDecl.cpp9400 bool DirectInit) {
9410 if (!DirectInit && !cast<VarDecl>(OrigDecl)->getType()->isRecordType())
9424 SourceRange Range, bool DirectInit,
9431 if (DirectInit) {
9458 if (DirectInit && isa<InitListExpr>(DeduceInit)) {
9512 /// declaration dcl. If DirectInit is true, this is C++ direct
9515 bool DirectInit, bool TypeMayContainAuto) {
9553 VDecl->getTypeSourceInfo(), VDecl->getSourceRange(), DirectInit, Init);
9693 DirectInit
9740 CheckSelfReference(*this, RealDecl, Init, DirectInit);
9399 CheckSelfReference(Sema &S, Decl* OrigDecl, Expr *E, bool DirectInit) argument
9421 deduceVarTypeFromInitializer(VarDecl *VDecl, DeclarationName Name, QualType Type, TypeSourceInfo *TSI, SourceRange Range, bool DirectInit, Expr *Init) argument
9514 AddInitializerToDecl(Decl *RealDecl, Expr *Init, bool DirectInit, bool TypeMayContainAuto) argument
[all...]
/external/clang/include/clang/Sema/
H A DDeclSpec.h2319 DirectInit, //!< [a(b)] member in class:LambdaCaptureInitKind

Completed in 1006 milliseconds