Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp1952 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
2032 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
2111 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
2177 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
3173 std::string Str = PredefinedExpr::ComputeName( in dumpLayout()
3228 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout()
3662 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations()
H A DExpr.cpp566 std::string PredefinedExpr::ComputeName(IdentKind IK, const Decl *CurrentDecl) { in ComputeName() function in PredefinedExpr
608 Out << ComputeName(IK, DCBlock); in ComputeName()
610 Out << ComputeName(IK, DCDecl) << "_block_invoke"; in ComputeName()
766 return ComputeName(IK, D); in ComputeName()
2172 CurDecl ? PredefinedExpr::ComputeName(PredefinedExpr::Function, CurDecl) in EvaluateInContext()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2021 static std::string ComputeName(IdentKind IK, const Decl *CurrentDecl);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3481 auto Str = PredefinedExpr::ComputeName(IK, currentDecl); in BuildPredefinedExpr()