Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/
H A DCREDITS.TXT16 D: Invented the Ryu and Ryu Printf algorithms used in floating-point to_chars, and wrote the initia…
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2659 void setInventedTemplateParameterList(TemplateParameterList *Invented) { in setInventedTemplateParameterList() argument
2660 InventedTemplateParameterList = Invented; in setInventedTemplateParameterList()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp9890 if (TemplateParameterList *Invented = D.getInventedTemplateParameterList()) { in ActOnFunctionDeclarator() local
9892 Invented->getDepth() == TemplateParamLists.back()->getDepth()) in ActOnFunctionDeclarator()
9893 TemplateParamLists.back() = Invented; in ActOnFunctionDeclarator()
9895 TemplateParamLists.push_back(Invented); in ActOnFunctionDeclarator()