Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1196 struct DeclaratorChunk { struct
1197 DeclaratorChunk() {}; in DeclaratorChunk() argument
1199 enum {
1201 } Kind;
1204 SourceLocation Loc;
1206 SourceLocation EndLoc;
1248 struct ArrayTypeInfo {
1274 struct ParamInfo {
1294 struct TypeAndRange {
1583 case DeclaratorChunk::Function: return Fun.destroy(); in destroy() argument
[all …]