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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1270 void setDefaultArgument(TypeSourceInfo *DefArg) { function in class:clang::final
1479 void setDefaultArgument(Expr *DefArg) { DefaultArgument.set(DefArg); } function in class:clang::final
1738 void setDefaultArgument(const ASTContext &C,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2596 Inst->setDefaultArgument(InstantiatedDefaultArg);
2755 Param->setDefaultArgument(Value.get());
2883 Param->setDefaultArgument(
H A DSemaTemplate.cpp1081 Param->setDefaultArgument(DefaultTInfo);
1457 Param->setDefaultArgument(Default);
1537 Param->setDefaultArgument(Context, DefaultArg);
2113 NewTTP->setDefaultArgument(InstantiatedDefaultArg);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2323 D->setDefaultArgument(readTypeSourceInfo());
2344 D->setDefaultArgument(Record.readExpr());
2362 D->setDefaultArgument(Reader.getContext(),
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp818 void TemplateTemplateParmDecl::setDefaultArgument( function in class:TemplateTemplateParmDecl

Completed in 206 milliseconds