Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3982 canFullyTypeCheckRedeclaration(New, Old, NewDeclaredReturnType, in MergeFunctionDecl()
4173 if (!canFullyTypeCheckRedeclaration(New, Old, NewQType, OldQType)) in MergeFunctionDecl()
11022 bool Sema::canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD, in canFullyTypeCheckRedeclaration() function in Sema
11078 canFullyTypeCheckRedeclaration(VD, PrevVD, VD->getType(), in shouldLinkDependentDeclWithPrevious()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3011 bool canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD,