Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h3856 ValueDecl *getDecomposedDecl() const { return Decomp; } in getDecomposedDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7492 if (const ValueDecl *VD = Node.getDecomposedDecl()) in AST_MATCHER_P()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3354 auto *DD = dyn_cast_or_null<VarDecl>(BD->getDecomposedDecl()); in BuildDeclarationNameExpr()