Searched refs:ComputeName (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 1952 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 D | Expr.cpp | 566 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 D | Expr.h | 2021 static std::string ComputeName(IdentKind IK, const Decl *CurrentDecl);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 3481 auto Str = PredefinedExpr::ComputeName(IK, currentDecl); in BuildPredefinedExpr()
|