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

References

tools/clang/lib/Sema/SemaType.cpp
 6377       if (New == get()) return Original;
 6858     FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withNoReturn(true);
 6859     type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
 6874                                            unwrapped.get()->getReturnType()))
 6881         = unwrapped.get()->getExtInfo().withProducesResult(true);
 6882       type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
 6899         unwrapped.get()->getExtInfo().withNoCallerSavedRegs(true);
 6900     type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
 6920       unwrapped.get()->getExtInfo().withNoCfCheck(true);
 6921     type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
 6935     const FunctionType *fn = unwrapped.get();
 6946       unwrapped.get()->getExtInfo().withRegParm(value);
 6947     type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
 6962     auto *Proto = unwrapped.get()->castAs<FunctionProtoType>();
 7010   const FunctionType *fn = unwrapped.get();
 7064     auto EI = unwrapped.get()->getExtInfo().withCallingConv(CC);
 7066       unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
 7089   const FunctionType *FT = Unwrapped.get();