Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp3837 canFullyTypeCheckRedeclaration(New, Old, NewDeclaredReturnType, in MergeFunctionDecl()
4015 if (!canFullyTypeCheckRedeclaration(New, Old, NewQType, OldQType)) in MergeFunctionDecl()
10583 bool Sema::canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD, in canFullyTypeCheckRedeclaration() function in Sema
10639 canFullyTypeCheckRedeclaration(VD, PrevVD, VD->getType(), in shouldLinkDependentDeclWithPrevious()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2897 bool canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD,