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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1193   const FunctionType *adjustFunctionType(const FunctionType *Fn,

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 8111   FT = getABIInfo().getContext().adjustFunctionType(
tools/clang/lib/Sema/SemaDecl.cpp
 3372     AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo);
 3571         = Context.adjustFunctionType(OldType, OldTypeInfo.withNoReturn(true));
10618     FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(CC_C));
tools/clang/lib/Sema/SemaOverload.cpp
 1528     FromFn = Context.adjustFunctionType(FromFn, FromEInfo.withNoReturn(false));
tools/clang/lib/Sema/SemaType.cpp
 6859     type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
 6882       type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
 6900     type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
 6921     type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
 6947     type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
 7066       unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
 7122   FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC));