Home | History | Annotate | Download | only in Sema

Lines Matching refs:FnType

11510   //   ^ fntype { ... }
14153 const FunctionType *FnType = CalleeType->castAs<FunctionType>();
14172 const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FnType);
14213 FnType->getExtInfo());
14324 const FunctionType *FnType = FDT->castAs<FunctionType>();
14325 const FunctionProtoType *Proto = dyn_cast_or_null<FunctionProtoType>(FnType);