Searched refs:DeclS (Results 1 – 1 of 1) sorted by relevance
365 auto *DeclS = dyn_cast_or_null<DeclStmt>(*CompStmtChild.begin()); in checkForGCDOrXPC() local366 if (!DeclS) in checkForGCDOrXPC()368 if (!DeclS->isSingleDecl()) in checkForGCDOrXPC()370 VarDecl *VD = dyn_cast_or_null<VarDecl>(DeclS->getSingleDecl()); in checkForGCDOrXPC()