Searched defs:BDecl (Results 1 – 6 of 6) sorted by relevance
251 const BlockDecl *BDecl, in BuildScopeInformation() argument 564 if (auto *BDecl = dyn_cast<BlockDecl *>(EWC->getObject(i))) in BuildScopeInformation() local
184 const auto *BDecl = in detectFARsEligibleStructHelper() local
190 const auto *BDecl = detectFPCCEligibleStructHelper() local
199 const NamedDecl *BDecl = nullptr; in TEST() local
4343 const ValueDecl *BDecl = findValueDecl(ASTCtx, "B"); TEST() local 4953 const ValueDecl *BDecl = findValueDecl(ASTCtx, "B"); TEST() local 7192 const ValueDecl *BDecl = findValueDecl(ASTCtx, "b"); TEST() local 7222 const ValueDecl *BDecl = findValueDecl(ASTCtx, "b"); TEST() local [all...]
216 const auto &BDecl = matchNode<DeclStmt>(declStmt(has(varDecl(hasName("b"))))); TEST_F() local