Home
last modified time | relevance | path

Searched refs:deuglifiedName (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp323 OS << II->deuglifiedName(); in print()
H A DDeclPrinter.cpp968 ? D->getIdentifier()->deuglifiedName() in VisitVarDecl()
1251 Out << TTP->getIdentifier()->deuglifiedName(); in VisitTemplateDecl()
1886 Out << TTP->getIdentifier()->deuglifiedName(); in VisitTemplateTypeParmDecl()
1903 Policy.CleanUglifiedParameters ? II->deuglifiedName() : II->getName(); in VisitNonTypeTemplateParmDecl()
H A DStmtPrinter.cpp1214 OS << Node->getDecl()->getIdentifier()->deuglifiedName(); in VisitDeclRefExpr()
2276 ? P->getIdentifier()->deuglifiedName().str() in VisitLambdaExpr()
H A DTypePrinter.cpp1561 OS << (Policy.CleanUglifiedParameters ? Id->deuglifiedName() in printTemplateTypeParmBefore()
1598 OS << (Policy.CleanUglifiedParameters ? Id->deuglifiedName() in printSubstTemplateTypeParmPackBefore()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h552 StringRef deuglifiedName() const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp414 StringRef IdentifierInfo::deuglifiedName() const { in deuglifiedName() function in IdentifierInfo
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp2949 Result = std::string(Param->getIdentifier()->deuglifiedName()); in FormatFunctionParameter()
2959 Result += Param->getIdentifier()->deuglifiedName(); in FormatFunctionParameter()
2987 Result = std::string(Param->getIdentifier()->deuglifiedName()); in FormatFunctionParameter()
2999 Result += Param->getIdentifier()->deuglifiedName(); in FormatFunctionParameter()
3193 PlaceholderStr += TTP->getIdentifier()->deuglifiedName(); in AddTemplateParameterChunks()
3200 PlaceholderStr = std::string(NTTP->getIdentifier()->deuglifiedName()); in AddTemplateParameterChunks()
3212 PlaceholderStr += TTP->getIdentifier()->deuglifiedName(); in AddTemplateParameterChunks()