Searched defs:DeclaratorChunk (Results 1 – 1 of 1) sorted by relevance
1009 struct DeclaratorChunk { struct1010 enum {1012 } Kind;1015 SourceLocation Loc;1017 SourceLocation EndLoc;1019 struct TypeInfoCommon {1023 struct PointerTypeInfo : TypeInfoCommon {1040 struct ReferenceTypeInfo : TypeInfoCommon {1049 struct ArrayTypeInfo : TypeInfoCommon {1073 struct ParamInfo {[all …]