reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
126 Kind K; 143 Node(Kind K_, Cache RHSComponentCache_ = Cache::No, 175 Kind getKind() const { return K; } 2129 constexpr Node::Kind getFloatLiteralKind(float *) { 2132 constexpr Node::Kind getFloatLiteralKind(double *) { 2135 constexpr Node::Kind getFloatLiteralKind(long double *) { 2143 static constexpr Kind KindForClass =lib/Demangle/ItaniumDemangle.cpp
581 auto K = static_cast<const Node *>(RootNode)->getKind();
lib/Support/ItaniumManglingCanonicalizer.cpp34 typename std::enable_if<std::is_integral<T>::value || 35 std::is_enum<T>::value>::type 36 operator()(T V) { 58 void profileCtor(llvm::FoldingSetNodeID &ID, Node::Kind K, T ...V) {usr/include/c++/7.4.0/type_traits
326 : public __is_integral_helper<typename remove_cv<_Tp>::type>::type 1554 { typedef _Tp type; }; 1563 { typedef _Tp type; }; 1574 remove_const<typename remove_volatile<_Tp>::type>::type type;