Searched defs:DirectInit (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclOpenMP.h | 177 DirectInit, // omp_priv(<expr>) enumerator
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Initialization.h | 697 static InitializationKind CreateForInit(SourceLocation Loc, bool DirectInit, in CreateForInit()
|
| H A D | DeclSpec.h | 2705 DirectInit, //!< [a(b)] enumerator
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 12162 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 D | SemaTemplateInstantiateDecl.cpp | 5347 bool DirectInit = OldVar->isDirectInit(); in InstantiateVariableInitializer() local
|