Searched refs:adjustFunctionType (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 7357 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 7376 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 7399 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 7417 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 7438 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 7464 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 7583 unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 7639 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC)); in adjustMemberFunctionCC()
|
D | SemaDecl.cpp | 3430 AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo); in MergeFunctionDecl() 3629 = Context.adjustFunctionType(OldType, OldTypeInfo.withNoReturn(true)); in MergeFunctionDecl() 11035 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(CC_C)); in CheckMain()
|
D | SemaOverload.cpp | 1574 FromFn = Context.adjustFunctionType(FromFn, FromEInfo.withNoReturn(false)); in IsFunctionConversion()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 6125 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 6142 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 6168 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 6240 unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 6291 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC)); in adjustMemberFunctionCC()
|
D | SemaTemplateDeduction.cpp | 3531 cast<FunctionProtoType>(Context.adjustFunctionType(ArgFunctionTypeP, EI)); in adjustCCAndNoReturn()
|
D | SemaDecl.cpp | 2884 AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo); in MergeFunctionDecl() 3079 = Context.adjustFunctionType(OldType, OldTypeInfo.withNoReturn(true)); in MergeFunctionDecl()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1034 const FunctionType *adjustFunctionType(const FunctionType *Fn,
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 1154 const FunctionType *adjustFunctionType(const FunctionType *Fn,
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2225 const FunctionType *ASTContext::adjustFunctionType(const FunctionType *T, in adjustFunctionType() function in ASTContext
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 9133 FT = getABIInfo().getContext().adjustFunctionType( in setCUDAKernelCallingConvention()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 2991 const FunctionType *ASTContext::adjustFunctionType(const FunctionType *T, in adjustFunctionType() function in ASTContext
|