forked from OSchip/llvm-project
parent
ed9834272f
commit
2a40249b65
|
@ -57,10 +57,10 @@ public:
|
||||||
++FieldCount.back();
|
++FieldCount.back();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// getNumField - The number of fields added to the currently parsed class.
|
/// getCurNumField - The number of fields added to the currently parsed class.
|
||||||
size_t getCurNumFields() const { return FieldCount.back(); }
|
size_t getCurNumFields() const { return FieldCount.back(); }
|
||||||
|
|
||||||
/// getFields - Pointer to array of fields added to the currently parsed
|
/// getCurFields - Pointer to array of fields added to the currently parsed
|
||||||
/// class.
|
/// class.
|
||||||
CXXFieldDecl **getCurFields() { return &*(Fields.end() - getCurNumFields()); }
|
CXXFieldDecl **getCurFields() { return &*(Fields.end() - getCurNumFields()); }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue