Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp3657 void Sema::MergeVarDeclTypes(VarDecl *New, VarDecl *Old, in MergeVarDeclTypes() function in Sema
3861 MergeVarDeclTypes(New, MostRecent, in MergeVarDecl()
3867 MergeVarDeclTypes(New, Old, mergeTypeWithPrevious(*this, New, Old, Previous)); in MergeVarDecl()
10966 MergeVarDeclTypes(VDecl, Old, /*MergeTypeWithPrevious*/ false); in DeduceVariableDeclarationType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2516 void MergeVarDeclTypes(VarDecl *New, VarDecl *Old, bool MergeTypeWithOld);