Searched refs:canFullyTypeCheckRedeclaration (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 3913 canFullyTypeCheckRedeclaration(New, Old, NewDeclaredReturnType, in MergeFunctionDecl() 4091 if (!canFullyTypeCheckRedeclaration(New, Old, NewQType, OldQType)) in MergeFunctionDecl() 10788 bool Sema::canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD, in canFullyTypeCheckRedeclaration() function in Sema 10844 canFullyTypeCheckRedeclaration(VD, PrevVD, VD->getType(), in shouldLinkDependentDeclWithPrevious()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 2959 bool canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD,
|