Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1063 struct DeclaratorChunk { struct
1064 enum {
1066 } Kind;
1069 SourceLocation Loc;
1071 SourceLocation EndLoc;
1073 SourceRange getSourceRange() const { in getSourceRange()
1079 struct TypeInfoCommon {
1083 struct PointerTypeInfo : TypeInfoCommon {
1103 struct ReferenceTypeInfo : TypeInfoCommon {
1112 struct ArrayTypeInfo : TypeInfoCommon {
[all …]