Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDVTableBuilder.cpp1972 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
2052 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
2138 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
2207 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
3197 std::string Str = PredefinedExpr::ComputeName( in dumpLayout()
3253 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout()
3680 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations()
HDExpr.cpp475 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName() function in PredefinedExpr
664 return ComputeName(IT, D); in ComputeName()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h1212 static std::string ComputeName(IdentType IT, const Decl *CurrentDecl);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp3042 auto Str = PredefinedExpr::ComputeName(IT, currentDecl); in BuildPredefinedExpr()