Home
last modified time | relevance | path

Searched refs:adjustDeducedFunctionResultType (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h913 void adjustDeducedFunctionResultType(FunctionDecl *FD, QualType ResultType);
/external/clang/lib/Sema/
DSemaStmt.cpp2808 Context.adjustDeducedFunctionResultType(FD, Deduced); in DeduceFunctionTypeFromReturnExpr()
DSemaTemplateDeduction.cpp3643 S.Context.adjustDeducedFunctionResultType(F, DeducedResultType); in SubstAutoWithinFunctionReturnType()
DSemaDecl.cpp10099 Context.adjustDeducedFunctionResultType( in ActOnFinishFunctionBody()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp3282 Reader.Context.adjustDeducedFunctionResultType( in UpdateDecl()
/external/clang/lib/AST/
DASTContext.cpp2097 void ASTContext::adjustDeducedFunctionResultType(FunctionDecl *FD, in adjustDeducedFunctionResultType() function in ASTContext