Searched refs:DirectInit (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DInitialization.h691 static InitializationKind CreateForInit(SourceLocation Loc, bool DirectInit, argument
694 if (!DirectInit)
H A DDeclSpec.h2660 DirectInit, //!< [a(b)] member in class:clang::LambdaCaptureInitKind
H A DSema.h2661 bool DeduceVariableDeclarationType(VarDecl *VDecl, bool DirectInit,
2763 void AddInitializerToDecl(Decl *dcl, Expr *init, bool DirectInit);
6619 Optional<unsigned> NumExpansions, IdentifierInfo *Id, bool DirectInit,
8486 SourceRange Range, bool DirectInit,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclOpenMP.h177 DirectInit, // omp_priv(<expr>) enumerator in enum:clang::final::InitKind
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp1693 case OMPDeclareReductionDecl::DirectInit:
1703 if (D->getInitializerKind() == OMPDeclareReductionDecl::DirectInit)
H A DTextNodeDumper.cpp1787 case OMPDeclareReductionDecl::DirectInit:
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp11606 bool DirectInit) {
11616 if (!DirectInit && !cast<VarDecl>(OrigDecl)->getType()->isRecordType())
11644 SourceRange Range, bool DirectInit,
11674 if (DirectInit) {
11683 VDecl->getLocation(), DirectInit, Init);
11690 if (DirectInit) {
11715 if (DirectInit && isa<InitListExpr>(DeduceInit)) {
11777 bool Sema::DeduceVariableDeclarationType(VarDecl *VDecl, bool DirectInit, argument
11782 VDecl->getSourceRange(), DirectInit, Init);
12085 /// declaration dcl. If DirectInit i
11605 CheckSelfReference(Sema &S, Decl* OrigDecl, Expr *E, bool DirectInit) argument
11641 deduceVarTypeFromInitializer(VarDecl *VDecl, DeclarationName Name, QualType Type, TypeSourceInfo *TSI, SourceRange Range, bool DirectInit, Expr *Init) argument
12087 AddInitializerToDecl(Decl *RealDecl, Expr *Init, bool DirectInit) argument
[all...]
H A DSemaLambda.cpp1113 case LambdaCaptureInitKind::DirectInit:
H A DSemaTemplateInstantiateDecl.cpp4351 /*DirectInit*/false);
5136 bool DirectInit = OldVar->isDirectInit(); local
5137 AddInitializerToDecl(Var, InitExpr, DirectInit);
H A DSemaOpenMP.cpp4320 S.AddInitializerToDecl(CED, Init, /*DirectInit=*/false);
9123 /*DirectInit*/ false);
9129 /*DirectInit*/ false);
9138 /*DirectInit*/ false);
9146 /*DirectInit*/ false);
9170 /*DirectInit*/ false);
9177 /*DirectInit*/ false);
12669 /*DirectInit=*/false);
12745 /*DirectInit=*/false);
15621 /*DirectInit
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp979 InitKind = LambdaCaptureInitKind::DirectInit;

Completed in 514 milliseconds