Searched refs:CurrentDecl (Results 1 – 2 of 2) sorted by relevance
384 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName() argument385 ASTContext &Context = CurrentDecl->getASTContext(); in ComputeName()387 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CurrentDecl)) { in ComputeName()503 if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(CurrentDecl)) { in ComputeName()525 if (isa<TranslationUnitDecl>(CurrentDecl) && IT == PrettyFunction) { in ComputeName()
1073 static std::string ComputeName(IdentType IT, const Decl *CurrentDecl);