Home
last modified time | relevance | path

Searched refs:DeduceVariableDeclarationType (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp13139 bool Sema::DeduceVariableDeclarationType(VarDecl *VDecl, bool DirectInit, in DeduceVariableDeclarationType() function in Sema
13501 if (DeduceVariableDeclarationType(VDecl, DirectInit, Init)) in AddInitializerToDecl()
14017 DeduceVariableDeclarationType(Var, false, nullptr)) in ActOnUninitializedDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2977 bool DeduceVariableDeclarationType(VarDecl *VDecl, bool DirectInit,