Searched defs:DeclaratorChunk (Results 1 – 1 of 1) sorted by relevance
1101 struct DeclaratorChunk { struct1102 enum {1104 } Kind;1107 SourceLocation Loc;1109 SourceLocation EndLoc;1111 SourceRange getSourceRange() const { in getSourceRange()1117 struct TypeInfoCommon {1121 struct PointerTypeInfo : TypeInfoCommon {1144 struct ReferenceTypeInfo : TypeInfoCommon {1153 struct ArrayTypeInfo : TypeInfoCommon {[all …]