Searched defs:DirectInit (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/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 | 2745 DirectInit, //!< [a(b)] global() enumerator |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDecl.cpp | 12957 CheckSelfReference(Sema & S,Decl * OrigDecl,Expr * E,bool DirectInit) CheckSelfReference() argument |
H A D | SemaTemplateInstantiateDecl.cpp | 5460 bool DirectInit = OldVar->isDirectInit(); InstantiateVariableInitializer() local |