Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DDeclSpec.h1247 struct DeclaratorChunk { struct
1248 DeclaratorChunk() {}; in DeclaratorChunk() function
1250 enum {
1252 } Kind;
1255 SourceLocation Loc;
1257 SourceLocation EndLoc;
1259 SourceRange getSourceRange() const { in getSourceRange()
1265 ParsedAttributesView AttrList;
1267 struct PointerTypeInfo {
1291 struct ReferenceTypeInfo {
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DDeclSpec.h1248 struct DeclaratorChunk { struct
1249 DeclaratorChunk() {}; in DeclaratorChunk() argument
1251 enum {
1253 } Kind;
1256 SourceLocation Loc;
1258 SourceLocation EndLoc;
1260 SourceRange getSourceRange() const { in getSourceRange()
1266 ParsedAttributesView AttrList;
1268 struct PointerTypeInfo {
1292 struct ReferenceTypeInfo {
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DDeclSpec.h1247 struct DeclaratorChunk { struct
1248 DeclaratorChunk() {}; in DeclaratorChunk() function
1250 enum {
1252 } Kind;
1255 SourceLocation Loc;
1257 SourceLocation EndLoc;
1259 SourceRange getSourceRange() const { in getSourceRange()
1265 ParsedAttributesView AttrList;
1267 struct PointerTypeInfo {
1291 struct ReferenceTypeInfo {
[all …]
/aosp_15_r20/external/clang/include/clang/Sema/
H A 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DDeclSpec.h1212 struct DeclaratorChunk { struct
1213 DeclaratorChunk() {}; in DeclaratorChunk() function
1215 enum {
1217 } Kind;
1220 SourceLocation Loc;
1222 SourceLocation EndLoc;
1224 SourceRange getSourceRange() const { in getSourceRange()
1230 ParsedAttributesView AttrList;
1232 struct PointerTypeInfo {
1255 struct ReferenceTypeInfo {
[all …]