Home
last modified time | relevance | path

Searched defs:DirectInit (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclOpenMP.h177 DirectInit, // omp_priv(<expr>) enumerator
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DInitialization.h697 static InitializationKind CreateForInit(SourceLocation Loc, bool DirectInit, in CreateForInit()
H A DDeclSpec.h2705 DirectInit, //!< [a(b)] enumerator
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp12162 bool DirectInit) { in CheckSelfReference()
12200 SourceRange Range, bool DirectInit, in deduceVarTypeFromInitializer()
12333 bool Sema::DeduceVariableDeclarationType(VarDecl *VDecl, bool DirectInit, in DeduceVariableDeclarationType()
12643 void Sema::AddInitializerToDecl(Decl *RealDecl, Expr *Init, bool DirectInit) { in AddInitializerToDecl()
H A DSemaTemplateInstantiateDecl.cpp5347 bool DirectInit = OldVar->isDirectInit(); in InstantiateVariableInitializer() local