Home | History | Annotate | Download | only in AST

Lines Matching refs:VariableArrayType

51     QualType VisitVariableArrayType(const VariableArrayType *T);
480 const VariableArrayType *Array1 = cast<VariableArrayType>(T1);
481 const VariableArrayType *Array2 = cast<VariableArrayType>(T2);
1547 QualType ASTNodeImporter::VisitVariableArrayType(const VariableArrayType *T) {