Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp3873 canFullyTypeCheckRedeclaration(New, Old, NewDeclaredReturnType, in MergeFunctionDecl()
4063 if (!canFullyTypeCheckRedeclaration(New, Old, NewQType, OldQType)) in MergeFunctionDecl()
10906 bool Sema::canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD, in canFullyTypeCheckRedeclaration() function in Sema
10953 canFullyTypeCheckRedeclaration(VD, PrevVD, VD->getType(), in shouldLinkDependentDeclWithPrevious()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h3585 bool canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD,