Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DFixItHintUtils.cpp30 static bool isValueType(const Type *T) { in isValueType() function
34 static bool isValueType(QualType QT) { return isValueType(QT.getTypePtr()); } in isValueType() function
124 if (QualTarget == QualifierTarget::Pointee && isValueType(Pointee)) { in changePointer()
169 if (QualPolicy == QualifierPolicy::Left && isValueType(Pointee)) in changeReferencee()
197 if (isValueType(ParenStrippedType)) in addQualifierToVarDecl()
216 if (isValueType(AT)) in addQualifierToVarDecl()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSmallVectorTest.cpp1151 template <class T> static bool isValueType() { in isValueType() function in __anon4a72bbf00111::SmallVectorReferenceInvalidationTest
1203 if (this->template isValueType<Constructable>()) { in TYPED_TEST()
1218 if (this->template isValueType<Constructable>()) { in TYPED_TEST()
1351 if (this->template isValueType<Constructable>()) { in TYPED_TEST()
1363 if (this->template isValueType<Constructable>()) { in TYPED_TEST()