Home
last modified time | relevance | path

Searched refs:getDecomposedDecl (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h4020 ValueDecl *getDecomposedDecl() const { return Decomp; } in getDecomposedDecl() function
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7917 if (const ValueDecl *VD = Node.getDecomposedDecl()) in AST_MATCHER_P()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2786 const auto *DD = cast<DecompositionDecl>(BD->getDecomposedDecl()); in VisitCommonDeclRefExpr()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp3808 EXPECT_EQ(FromB->getDecomposedDecl() != nullptr, in TEST_P()
3809 ToB->getDecomposedDecl() != nullptr); in TEST_P()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp2299 ValueDecl *ToDecomposedDecl = importChecked(Err, D->getDecomposedDecl()); in VisitBindingDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp3422 auto *DD = dyn_cast_or_null<VarDecl>(BD->getDecomposedDecl()); in BuildDeclarationNameExpr()