Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1173 struct DeclaratorChunk { struct
1174 DeclaratorChunk() {}; in DeclaratorChunk() function
1176 enum {
1178 } Kind;
1181 SourceLocation Loc;
1183 SourceLocation EndLoc;
1185 SourceRange getSourceRange() const { in getSourceRange()
1191 ParsedAttributesView AttrList;
1193 struct PointerTypeInfo {
1216 struct ReferenceTypeInfo {
[all …]