Searched refs:CurrentDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp399 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { argument
400 ASTContext &Context = CurrentDecl->getASTContext();
402 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CurrentDecl)) {
516 if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(CurrentDecl)) {
538 if (isa<TranslationUnitDecl>(CurrentDecl) && IT == PrettyFunction) {
/external/clang/include/clang/AST/
H A DExpr.h1105 static std::string ComputeName(IdentType IT, const Decl *CurrentDecl);

Completed in 80 milliseconds