Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h711 static InitializationKind CreateForInit(SourceLocation Loc, bool DirectInit, in CreateForInit() argument
H A DDeclSpec.h2745 DirectInit, //!< [a(b)] global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12957 CheckSelfReference(Sema & S,Decl * OrigDecl,Expr * E,bool DirectInit) CheckSelfReference() argument
12995 deduceVarTypeFromInitializer(VarDecl * VDecl,DeclarationName Name,QualType Type,TypeSourceInfo * TSI,SourceRange Range,bool DirectInit,Expr * Init) deduceVarTypeFromInitializer() argument
13139 DeduceVariableDeclarationType(VarDecl * VDecl,bool DirectInit,Expr * Init) DeduceVariableDeclarationType() argument
13449 AddInitializerToDecl(Decl * RealDecl,Expr * Init,bool DirectInit) AddInitializerToDecl() argument
[all...]
H A DSemaTemplateInstantiateDecl.cpp5460 bool DirectInit = OldVar->isDirectInit(); InstantiateVariableInitializer() local