Lines Matching full:dyn_cast
47 StringLiteral *SL = dyn_cast<StringLiteral>(Init);
81 if (const IncompleteArrayType *IAT = dyn_cast<IncompleteArrayType>(AT)) {
99 if (StringLiteral *SL = dyn_cast<StringLiteral>(Str)) {
308 = dyn_cast<InitListExpr>(ILE->getInit(Init)))
365 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType))
430 = dyn_cast<InitListExpr>(ILE->getInit(Init)))
678 if (InitListExpr *SubInitList = dyn_cast<InitListExpr>(expr)) {
803 if (InitListExpr *SubIList = dyn_cast<InitListExpr>(expr)) {
1012 if (const VariableArrayType *VAT = dyn_cast<VariableArrayType>(arrayType)) {
1029 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(arrayType)) {
1039 if (DesignatedInitExpr *DIE = dyn_cast<DesignatedInitExpr>(Init)) {
1146 if (DesignatedInitExpr *DIE = dyn_cast<DesignatedInitExpr>(Init)) {
1299 while (IndirectFieldDecl *IF = dyn_cast<IndirectFieldDecl>(NextDecl)) {
1821 if (InitListExpr *SubList = dyn_cast<InitListExpr>(IList->getInit(Index))) {
1829 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) {
2485 FunctionTemplateDecl *ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D);
2525 FunctionTemplateDecl *ConvTemplate = dyn_cast<FunctionTemplateDecl>(D);
2923 FunctionTemplateDecl *ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D);
2998 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) {
3101 = dyn_cast<FunctionTemplateDecl>(D);
3146 FunctionTemplateDecl *ConvTemplate = dyn_cast<FunctionTemplateDecl>(D);
3222 if (UnaryOperator *op = dyn_cast<UnaryOperator>(e)) {
3227 } else if (CastExpr *ce = dyn_cast<CastExpr>(e)) {
3251 var = dyn_cast<VarDecl>(cast<DeclRefExpr>(e)->getDecl());
3260 } else if (ConditionalOperator *cond = dyn_cast<ConditionalOperator>(e)) {
3761 if ((Constructor = dyn_cast<CXXConstructorDecl>(*Con))) {
3935 = dyn_cast<IncompleteArrayTypeLoc>(&TL))
4132 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Fn)) {
4633 if (InitListExpr *InitList = dyn_cast<InitListExpr>(Args[0]))