Home | History | Annotate | Download | only in Symbol

Lines Matching refs:getTypeInfo

321     Flags type_flags (GetTypeInfo (&pointee_or_element_clang_type));
901 return (GetTypeInfo (NULL) & eTypeIsScalar) != 0;
1101 ClangASTType::GetTypeInfo (ClangASTType *pointee_or_element_clang_type) const
1212 return ClangASTType (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).GetTypeInfo (pointee_or_element_clang_type);
1214 return ClangASTType (m_ast, cast<clang::ParenType>(qual_type)->desugar()).GetTypeInfo (pointee_or_element_clang_type);
1252 return eTypeIsTypedef | ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).GetTypeInfo (pointee_or_element_clang_type);
3053 std::pair<uint64_t, unsigned> ivar_type_info = m_ast->getTypeInfo(ivar_qual_type.getTypePtr());
3085 std::pair<uint64_t, unsigned> ivar_type_info = m_ast->getTypeInfo(ivar_qual_type.getTypePtr());
3651 // std::pair<uint64_t, unsigned> field_type_info = ast->getTypeInfo(array->getElementType());
3846 // std::pair<uint64_t, unsigned> field_type_info = ast->getTypeInfo(array->getElementType());
3907 // std::pair<uint64_t, unsigned> clang_type_info = ast->getTypeInfo(pointee_type);
5570 std::pair<uint64_t, unsigned> base_class_type_info = m_ast->getTypeInfo(base_class_qual_type);
5609 std::pair<uint64_t, unsigned> field_type_info = m_ast->getTypeInfo(field_type);
5688 std::pair<uint64_t, unsigned> field_type_info = m_ast->getTypeInfo(element_qual_type);
5751 std::pair<uint64_t, unsigned> typedef_type_info = m_ast->getTypeInfo(typedef_qual_type);
5774 std::pair<uint64_t, unsigned> elaborated_type_info = m_ast->getTypeInfo(elaborated_qual_type);
5798 std::pair<uint64_t, unsigned> desugar_type_info = m_ast->getTypeInfo(desugar_qual_type);
5866 std::pair<uint64_t, unsigned> typedef_type_info = m_ast->getTypeInfo(typedef_qual_type);