Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4142 ValueDecl *getDecomposedDecl() const { return Decomp; } in getDecomposedDecl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3345 return llvm::dyn_cast<VarDecl>(BD->getDecomposedDecl()); in getPotentiallyDecomposedVarDecl()
H A DASTImporter.cpp2506 ValueDecl *ToDecomposedDecl = importChecked(Err, D->getDecomposedDecl()); in VisitBindingDecl()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8244 if (const ValueDecl *VD = Node.getDecomposedDecl()) in AST_MATCHER_P()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3140 const auto *DD = cast<DecompositionDecl>(BD->getDecomposedDecl()); in VisitCommonDeclRefExpr()