Home
last modified time | relevance | path

Searched defs:BDecl (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp251 const BlockDecl *BDecl, in BuildScopeInformation() argument
564 if (auto *BDecl = dyn_cast<BlockDecl *>(EWC->getObject(i))) in BuildScopeInformation() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp184 const auto *BDecl = in detectFARsEligibleStructHelper() local
H A DRISCV.cpp190 const auto *BDecl = detectFPCCEligibleStructHelper() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DIncludeCleanerTests.cpp199 const NamedDecl *BDecl = nullptr; in TEST() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp4343 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...]
H A DTypeErasedDataflowAnalysisTest.cpp216 const auto &BDecl = matchNode<DeclStmt>(declStmt(has(varDecl(hasName("b"))))); TEST_F() local