Searched refs:adjustFunctionType (Results 1 - 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaType.cpp | 3551 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); 3568 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); 3594 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); 3611 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); 3652 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
|
H A D | SemaDecl.cpp | 1768 NewType = Context.adjustFunctionType(NewType, NewTypeInfo); 1872 = Context.adjustFunctionType(OldType, OldTypeInfo.withNoReturn(true));
|
H A D | SemaOverload.cpp | 1060 FromFn = Context.adjustFunctionType(FromFn, EInfo.withNoReturn(false));
|
/external/clang/include/clang/AST/ |
H A D | ASTContext.h | 592 /// adjustFunctionType - Change the ExtInfo on a function type. 593 const FunctionType *adjustFunctionType(const FunctionType *Fn,
|
/external/clang/lib/AST/ |
H A D | ASTContext.cpp | 1402 const FunctionType *ASTContext::adjustFunctionType(const FunctionType *T, function in class:ASTContext
|
Completed in 2494 milliseconds