Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclCXX.h3986 ValueDecl *getDecomposedDecl() const { return Decomp; } in getDecomposedDecl() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h7504 if (const ValueDecl *VD = Node.getDecomposedDecl()) in AST_MATCHER_P()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp2313 ValueDecl *ToDecomposedDecl = importChecked(Err, D->getDecomposedDecl()); in VisitBindingDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp3365 auto *DD = dyn_cast_or_null<VarDecl>(BD->getDecomposedDecl()); in BuildDeclarationNameExpr()