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

/external/clang/include/clang/AST/
H A DComment.h989 /// CurrentDecl is the declaration with which the FullComment is associated.
993 /// \c CurrentDecl too (for example, for a redeclaration or an overrider of
996 /// The information in the DeclInfo corresponds to CurrentDecl.
997 const Decl *CurrentDecl; member in struct:clang::comments::ParamCommandComment::DeclInfo
/external/clang/lib/AST/
H A DExpr.cpp453 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { argument
454 ASTContext &Context = CurrentDecl->getASTContext();
457 if (const NamedDecl *ND = dyn_cast<NamedDecl>(CurrentDecl)) {
480 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CurrentDecl)) {
620 if (const CapturedDecl *CD = dyn_cast<CapturedDecl>(CurrentDecl)) {
630 if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(CurrentDecl)) {
652 if (isa<TranslationUnitDecl>(CurrentDecl) && IT == PrettyFunction) {

Completed in 77 milliseconds