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

References

tools/clang/lib/Sema/SemaDecl.cpp
10617   if (FT->getCallConv() != CC_C) {
10618     FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(CC_C));
10618     FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(CC_C));
10618     FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(CC_C));
10619     FD->setType(QualType(FT, 0));
10629     if (Context.hasSameUnqualifiedType(FT->getReturnType(), Context.IntTy))
10644     if (Context.hasSameType(FT->getReturnType(), Context.IntTy))
10657   if (isa<FunctionNoProtoType>(FT)) return;
10659   const FunctionProtoType* FTP = cast<const FunctionProtoType>(FT);