Home
last modified time | relevance | path

Searched refs:ComputeName (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1959 std::string Str = PredefinedExpr::ComputeName( in dumpLayout()
2038 std::string Str = PredefinedExpr::ComputeName( in dumpLayout()
2116 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout()
2181 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout()
3175 std::string Str = PredefinedExpr::ComputeName( in dumpLayout()
3230 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout()
3662 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations()
H A DExpr.cpp582 std::string SYCLUniqueStableNameExpr::ComputeName(ASTContext &Context) const { in ComputeName() function in SYCLUniqueStableNameExpr
583 return SYCLUniqueStableNameExpr::ComputeName(Context, in ComputeName()
587 std::string SYCLUniqueStableNameExpr::ComputeName(ASTContext &Context, in ComputeName() function in SYCLUniqueStableNameExpr
668 std::string PredefinedExpr::ComputeName(PredefinedIdentKind IK, in ComputeName() function in PredefinedExpr
711 Out << ComputeName(IK, DCBlock); in ComputeName()
713 Out << ComputeName(IK, DCDecl) << "_block_invoke"; in ComputeName()
886 return ComputeName(IK, D); in ComputeName()
2298 CurDecl ? PredefinedExpr::ComputeName(Kind, CurDecl) : std::string("")); in EvaluateInContext()
2329 ? StringRef(PredefinedExpr::ComputeName( in EvaluateInContext()
H A DExprConstant.cpp9085 std::string ResultStr = E->ComputeName(Info.Ctx); in VisitSYCLUniqueStableNameExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2024 static std::string ComputeName(PredefinedIdentKind IK,
2097 std::string ComputeName(ASTContext &Context) const;
2101 static std::string ComputeName(ASTContext &Context, QualType Ty);
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1642 E->ComputeName(Context), "__usn_str", AddrSpace); in VisitSYCLUniqueStableNameExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2036 << Lexer::Stringify(PredefinedExpr::ComputeName( in ExpandFunctionLocalPredefinedMacros()
3743 auto Str = PredefinedExpr::ComputeName(IK, currentDecl); in BuildPredefinedExpr()