Searched defs:TypePair (Results 1 – 2 of 2) sorted by relevance
315 TypePair () : clang_type(), type_sp() {} in TypePair() function316 TypePair (ClangASTType type) : in TypePair() function322 TypePair (lldb::TypeSP type) : in TypePair() function
246 class TypePair; variable