Searched defs:getDefaultArg (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | Hover.cpp | 360 const Expr *getDefaultArg(const ParmVarDecl *PVD) { getDefaultArg() function |
/llvm-project/clang/include/clang/AST/ | ||
H A D | Decl.h | 1862 const Expr *getDefaultArg() const { getDefaultArg() function |
/llvm-project/clang/lib/AST/ | ||
H A D | Decl.cpp | 2956 Expr *ParmVarDecl::getDefaultArg() { getDefaultArg() function in ParmVarDecl |