Searched refs:TypePair (Results 1 – 4 of 4) sorted by relevance
326 class TypePair329 TypePair () : in TypePair() function335 TypePair (ClangASTType type) : in TypePair() function341 TypePair (lldb::TypeSP type) : in TypePair() function360 operator == (const TypePair& rhs) const367 operator != (const TypePair& rhs) const518 TypeImpl (const TypePair &pair, const ClangASTType &dynamic);533 SetType (const TypePair &pair, const ClangASTType &dynamic);594 TypePair m_static_type;820 TypePair m_type_pair;
181 TypePair m_type_pair;
996 TypeImpl::TypeImpl (const TypePair &pair, const ClangASTType &dynamic) : in TypeImpl()1037 TypeImpl::SetType (const TypePair &pair, const ClangASTType &dynamic) in SetType()
259 class TypePair; variable