Home | History | Annotate | Download | only in AST

Lines Matching defs:OT

1043       QualType OT = DT->getOriginalType();
1044 if (const ArrayType *AT = getASTContext().getAsArrayType(OT)) {
1046 } else if (const FunctionType *FT = OT->getAs<FunctionType>()) {