OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsAggregateType
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Symbol/
Type.cpp
359
Type::
IsAggregateType
()
361
return GetClangForwardType().
IsAggregateType
();
ClangASTType.cpp
191
ClangASTType::
IsAggregateType
() const
211
return ClangASTType(m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).
IsAggregateType
();
213
return ClangASTType(m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).
IsAggregateType
();
215
return ClangASTType(m_ast, cast<ParenType>(qual_type)->desugar()).
IsAggregateType
();
[
all
...]
Completed in 221 milliseconds