Home
last modified time | relevance | path

Searched defs:isValueType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DFixItHintUtils.cpp30 static bool isValueType(const Type *T) { isValueType() function
34 static bool isValueType(QualType QT) { return isValueType(QT.getTypePtr()); } isValueType() function
/llvm-project/llvm/unittests/ADT/
H A DSmallVectorTest.cpp1236 template <class T> static bool isValueType() { in isValueType() function in __anon05d956530111::SmallVectorReferenceInvalidationTest