Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp1938 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
2018 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
2097 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
2163 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
3126 std::string Str = PredefinedExpr::ComputeName( in dumpLayout()
3181 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout()
3615 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations()
H A DExpr.cpp537 std::string PredefinedExpr::ComputeName(IdentKind IK, const Decl *CurrentDecl) { in ComputeName() function in PredefinedExpr
575 Out << ComputeName(IK, DCBlock); in ComputeName()
577 Out << ComputeName(IK, DCDecl) << "_block_invoke"; in ComputeName()
731 return ComputeName(IK, D); in ComputeName()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1826 static std::string ComputeName(IdentKind IK, const Decl *CurrentDecl);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp3097 auto Str = PredefinedExpr::ComputeName(IK, currentDecl); in BuildPredefinedExpr()