Home | History | Annotate | Download | only in AST

Lines Matching refs:VariableArrayType

2297     /// The pointer is a VariableArrayType* that's been captured;
2426 const VariableArrayType *getCapturedVLAType() const {
2427 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>(
2432 void setCapturedVLAType(const VariableArrayType *VLAType);