Searched refs:adjustFunctionType (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DSemaType.cpp3551 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 DSemaDecl.cpp1768 NewType = Context.adjustFunctionType(NewType, NewTypeInfo);
1872 = Context.adjustFunctionType(OldType, OldTypeInfo.withNoReturn(true));
H A DSemaOverload.cpp1060 FromFn = Context.adjustFunctionType(FromFn, EInfo.withNoReturn(false));
/external/clang/include/clang/AST/
H A DASTContext.h592 /// adjustFunctionType - Change the ExtInfo on a function type.
593 const FunctionType *adjustFunctionType(const FunctionType *Fn,
/external/clang/lib/AST/
H A DASTContext.cpp1402 const FunctionType *ASTContext::adjustFunctionType(const FunctionType *T, function in class:ASTContext

Completed in 2494 milliseconds