Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DVTableBuilder.cpp1946 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
2026 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
2105 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
2172 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
3150 std::string Str = PredefinedExpr::ComputeName( in dumpLayout()
3205 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout()
3626 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations()
DExpr.cpp472 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName() function in PredefinedExpr
659 return ComputeName(IT, D); in ComputeName()
/external/clang/include/clang/AST/
DExpr.h1198 static std::string ComputeName(IdentType IT, const Decl *CurrentDecl);
/external/clang/lib/Sema/
DSemaExpr.cpp3081 auto Str = PredefinedExpr::ComputeName(IT, currentDecl); in BuildPredefinedExpr()