Searched refs:InstantiatedDefaultArg (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2592 TypeSourceInfo *InstantiatedDefaultArg = local
2595 if (InstantiatedDefaultArg)
2596 Inst->setDefaultArgument(InstantiatedDefaultArg);
H A DSemaTemplate.cpp2109 TypeSourceInfo *InstantiatedDefaultArg = local
2112 if (InstantiatedDefaultArg)
2113 NewTTP->setDefaultArgument(InstantiatedDefaultArg);

Completed in 89 milliseconds