Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DVTableBuilder.cpp1887 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
1964 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
2048 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
2115 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual, in dumpLayout()
DExpr.cpp384 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName() function in PredefinedExpr
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1088 unsigned Length = PredefinedExpr::ComputeName(IT, currentDecl).length(); in TransformPredefinedExpr()
DSemaExpr.cpp2402 unsigned Length = PredefinedExpr::ComputeName(IT, currentDecl).length(); in ActOnPredefinedExpr()
/external/clang/include/clang/AST/
DExpr.h1073 static std::string ComputeName(IdentType IT, const Decl *CurrentDecl);
/external/clang/lib/CodeGen/
DCGExpr.cpp1723 : PredefinedExpr::ComputeName((PredefinedExpr::IdentType)Type, CurDecl)); in EmitPredefinedLValue()