Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp12333 bool Sema::DeduceVariableDeclarationType(VarDecl *VDecl, bool DirectInit, in DeduceVariableDeclarationType() function in Sema
12687 if (DeduceVariableDeclarationType(VDecl, DirectInit, Init)) in AddInitializerToDecl()
13164 DeduceVariableDeclarationType(Var, false, nullptr)) in ActOnUninitializedDecl()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2863 bool DeduceVariableDeclarationType(VarDecl *VDecl, bool DirectInit,