Home | History | Annotate | Download | only in AST

Lines Matching full:dyn_cast

111   if (const TemplateTypeParmDecl *TTP = dyn_cast<TemplateTypeParmDecl>(this))
114 = dyn_cast<NonTypeTemplateParmDecl>(this))
117 = dyn_cast<TemplateTemplateParmDecl>(this))
123 if (const ParmVarDecl *Parm = dyn_cast<ParmVarDecl>(this))
130 if (const UsingShadowDecl *UD = dyn_cast<UsingShadowDecl>(this))
196 if (const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(DC))
205 if (TranslationUnitDecl *TUD = dyn_cast<TranslationUnitDecl>(this))
338 if (DeprecatedAttr *Deprecated = dyn_cast<DeprecatedAttr>(*A)) {
349 if (UnavailableAttr *Unavailable = dyn_cast<UnavailableAttr>(*A)) {
355 if (AvailabilityAttr *Availability = dyn_cast<AvailabilityAttr>(*A)) {
378 if (const VarDecl *Var = dyn_cast<VarDecl>(this)) {
383 } else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(this)) {
406 if (AvailabilityAttr *Availability = dyn_cast<AvailabilityAttr>(*A)) {
597 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(this)) {
703 if (const CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(this))
707 if (const FunctionDecl *Function = dyn_cast<FunctionDecl>(this)) {
859 if (const RecordDecl *RD = dyn_cast<RecordDecl>(this))
1015 if (CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(this))
1022 if (NamedDecl *ND = dyn_cast<NamedDecl>(D))
1037 if (NamedDecl *ND = dyn_cast<NamedDecl>(*D))
1043 if (ObjCClassDecl *Class = dyn_cast<ObjCClassDecl>(*D))
1050 if (DeclContext *InnerCtx = dyn_cast<DeclContext>(*D))
1121 const NamespaceDecl *NS = dyn_cast<NamespaceDecl>(O);
1136 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D))