Home
last modified time | relevance | path

Searched defs:DeclaratorChunk (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h1101 struct DeclaratorChunk { struct
1102 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 …]
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1164 struct DeclaratorChunk { struct
1165 enum {
1167 } Kind;
1170 SourceLocation Loc;
1172 SourceLocation EndLoc;
1174 SourceRange getSourceRange() const { in getSourceRange()
1180 ParsedAttributesView AttrList;
1182 struct PointerTypeInfo {
1205 struct ReferenceTypeInfo {
1214 struct ArrayTypeInfo {
[all …]