Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
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 …]