Searched defs:DirectInit (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/Sema/ | ||
H A D | Initialization.h | 711 static InitializationKind CreateForInit(SourceLocation Loc, bool DirectInit, in CreateForInit() argument |
H A D | DeclSpec.h | 2827 DirectInit, //!< [a(b)] global() enumerator |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDecl.cpp | 12714 CheckSelfReference(Sema & S,Decl * OrigDecl,Expr * E,bool DirectInit) CheckSelfReference() argument |
H A D | SemaTemplateInstantiateDecl.cpp | 5441 bool DirectInit = OldVar->isDirectInit(); InstantiateVariableInitializer() local |