Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3503 canFullyTypeCheckRedeclaration(New, Old, NewDeclaredReturnType, in MergeFunctionDecl()
3681 if (!canFullyTypeCheckRedeclaration(New, Old, NewQType, OldQType)) in MergeFunctionDecl()
10077 bool Sema::canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD, in canFullyTypeCheckRedeclaration() function in Sema
10133 canFullyTypeCheckRedeclaration(VD, PrevVD, VD->getType(), in shouldLinkDependentDeclWithPrevious()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2695 bool canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD,