Searched refs:reference_type (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/Utility/
H A DPriorityPointerPair.h30 typedef T& reference_type; typedef in class:lldb_utility::PriorityPointerPair
125 reference_type
/external/stlport/test/unit/
H A Dtype_traits_test.cpp27 CPPUNIT_TEST(reference_type);
44 void reference_type();
397 void TypeTraitsTest::reference_type() function in class:TypeTraitsTest
/external/lldb/source/Symbol/
H A DClangASTType.cpp378 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); local
379 if (reference_type)
380 return ClangASTType (m_ast, reference_type->getPointeeType()).IsFunctionType();
414 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); local
415 if (reference_type)
416 return ClangASTType (m_ast, reference_type->getPointeeType()).IsFunctionPointerType();
2158 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); local
2159 QualType pointee_type = reference_type->getPointeeType();
3276 const ReferenceType *reference_type = cast<ReferenceType>(parent_qual_type.getTypePtr()); local
3277 ClangASTType pointee_clang_type (m_ast, reference_type
3682 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); local
3877 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); local
[all...]

Completed in 219 milliseconds