Home
last modified time | relevance | path

Searched refs:InstantiatedDefaultArg (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2026 TypeSourceInfo *InstantiatedDefaultArg = in VisitTemplateTypeParmDecl() local
2029 if (InstantiatedDefaultArg) in VisitTemplateTypeParmDecl()
2030 Inst->setDefaultArgument(InstantiatedDefaultArg); in VisitTemplateTypeParmDecl()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2654 TypeSourceInfo *InstantiatedDefaultArg = in VisitTemplateTypeParmDecl() local
2657 if (InstantiatedDefaultArg) in VisitTemplateTypeParmDecl()
2658 Inst->setDefaultArgument(InstantiatedDefaultArg); in VisitTemplateTypeParmDecl()
DSemaTemplate.cpp2266 TypeSourceInfo *InstantiatedDefaultArg = in transformTemplateParameter() local
2269 if (InstantiatedDefaultArg) in transformTemplateParameter()
2270 NewTTP->setDefaultArgument(InstantiatedDefaultArg); in transformTemplateParameter()