Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h970 struct DeclaratorChunk { struct
971 enum {
973 } Kind;
976 SourceLocation Loc;
978 SourceLocation EndLoc;
980 struct TypeInfoCommon {
984 struct PointerTypeInfo : TypeInfoCommon {
1001 struct ReferenceTypeInfo : TypeInfoCommon {
1010 struct ArrayTypeInfo : TypeInfoCommon {
1034 struct ParamInfo {
[all …]