reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaType.cpp
 7090   bool IsVariadic = (isa<FunctionProtoType>(FT) &&
 7091                      cast<FunctionProtoType>(FT)->isVariadic());
 7092   CallingConv CurCC = FT->getCallConv();
 7122   FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC));
 7122   FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC));
 7122   FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC));
 7123   QualType Wrapped = Unwrapped.wrap(*this, FT);