Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/
H A DCREDITS.TXT16 D: Invented the Ryu and Ryu Printf algorithms used in floating-point to_chars, and wrote the initia…
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h2532 void setInventedTemplateParameterList(TemplateParameterList *Invented) { in setInventedTemplateParameterList() argument
2533 InventedTemplateParameterList = Invented; in setInventedTemplateParameterList()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp9436 if (TemplateParameterList *Invented = D.getInventedTemplateParameterList()) { in ActOnFunctionDeclarator() local
9438 Invented->getDepth() == TemplateParamLists.back()->getDepth()) in ActOnFunctionDeclarator()
9439 TemplateParamLists.back() = Invented; in ActOnFunctionDeclarator()
9441 TemplateParamLists.push_back(Invented); in ActOnFunctionDeclarator()