Searched defs:DeclaratorChunk (Results 1 – 1 of 1) sorted by relevance
1063 struct DeclaratorChunk { struct1064 enum {1066 } Kind;1069 SourceLocation Loc;1071 SourceLocation EndLoc;1073 SourceRange getSourceRange() const { in getSourceRange()1079 struct TypeInfoCommon {1083 struct PointerTypeInfo : TypeInfoCommon {1103 struct ReferenceTypeInfo : TypeInfoCommon {1112 struct ArrayTypeInfo : TypeInfoCommon {[all …]