Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExpr.cpp384 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName() argument
385 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()
/external/clang/include/clang/AST/
DExpr.h1073 static std::string ComputeName(IdentType IT, const Decl *CurrentDecl);