Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DFixItHintUtils.cpp30 static bool isValueType(const Type *T) { in isValueType() function
34 static bool isValueType(QualType QT) { return isValueType(QT.getTypePtr()); } in isValueType() function