ΒΆtemplate <
typename T,
std::enable_if_t<TypeListContainsSuperOf<
TypeList<CXXFunctionalCastExpr,
ExplicitCastExpr>,
T>::value>* = nullptr>
inline clang::TypeSourceInfo* GetTypeSourceInfo(
const T& Node)
template <
typename T,
std::enable_if_t<TypeListContainsSuperOf<
TypeList<CXXFunctionalCastExpr,
ExplicitCastExpr>,
T>::value>* = nullptr>
inline clang::TypeSourceInfo* GetTypeSourceInfo(
const T& Node)
Declared at: clang/include/clang/ASTMatchers/ASTMatchersInternal.h:181
Templates
- T
- std::enable_if_t
, T>::value> * = nullptr
Parameters
- const T& Node