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 DDeclPrinter.cpp1004 ? D->getIdentifier()->deuglifiedName() in VisitVarDecl()
1287 Out << TTP->getIdentifier()->deuglifiedName(); in VisitTemplateDecl()
1922 Out << TTP->getIdentifier()->deuglifiedName(); in VisitTemplateTypeParmDecl()
1939 Policy.CleanUglifiedParameters ? II->deuglifiedName() : II->getName(); in VisitNonTypeTemplateParmDecl()
H A DTemplateName.cpp464 OS << II->deuglifiedName(); in print()
H A DTypePrinter.cpp1608 OS << (Policy.CleanUglifiedParameters ? Id->deuglifiedName() in printTemplateTypeParmBefore()
1645 OS << (Policy.CleanUglifiedParameters ? Id->deuglifiedName() in printSubstTemplateTypeParmPackBefore()
H A DStmtPrinter.cpp1325 OS << ID->deuglifiedName(); in VisitDeclRefExpr()
2413 ? P->getIdentifier()->deuglifiedName().str() in VisitLambdaExpr()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp444 StringRef IdentifierInfo::deuglifiedName() const { in deuglifiedName() function in IdentifierInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h560 StringRef deuglifiedName() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3079 Result = std::string(Param->getIdentifier()->deuglifiedName()); in FormatFunctionParameter()
3089 Result += Param->getIdentifier()->deuglifiedName(); in FormatFunctionParameter()
3117 Result = std::string(Param->getIdentifier()->deuglifiedName()); in FormatFunctionParameter()
3129 Result += Param->getIdentifier()->deuglifiedName(); in FormatFunctionParameter()
3330 PlaceholderStr += TTP->getIdentifier()->deuglifiedName(); in AddTemplateParameterChunks()
3337 PlaceholderStr = std::string(NTTP->getIdentifier()->deuglifiedName()); in AddTemplateParameterChunks()
3349 PlaceholderStr += TTP->getIdentifier()->deuglifiedName(); in AddTemplateParameterChunks()