Home | History | Annotate | Download | only in AST

Lines Matching refs:VariableArrayType

52     QualType VisitVariableArrayType(const VariableArrayType *T);
486 const VariableArrayType *Array1 = cast<VariableArrayType>(T1);
487 const VariableArrayType *Array2 = cast<VariableArrayType>(T2);
1466 QualType ASTNodeImporter::VisitVariableArrayType(const VariableArrayType *T) {