Home | History | Annotate | Download | only in Sema

Lines Matching defs:FnType

9562   //   ^ fntype { ... }
11832 const FunctionType *FnType = CalleeType->castAs<FunctionType>();
11851 if (const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FnType))
11859 FnType->getExtInfo());