Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DTypeTraitsCheck.cpp195 static bool isNamedDeclInStdTraitsSet(const NamedDecl *ND, in isNamedDeclInStdTraitsSet() function
212 return isNamedDeclInStdTraitsSet(TD, Set); in checkTemplatedDecl()
277 if (isNamedDeclInStdTraitsSet(CTSD, ValueTraits)) in check()
290 if (isNamedDeclInStdTraitsSet(CTSD, TypeTraits)) in check()