Searched refs:isRedeclarableImpl (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1668 template<typename T> static bool isRedeclarableImpl(Redeclarable<T> *) { function
1671 static bool isRedeclarableImpl(...) { return false; } function
1676 return isRedeclarableImpl((Type##Decl *)nullptr);

Completed in 71 milliseconds