Home
last modified time | relevance | path

Searched refs:getUnusedFunctionDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h136 const CXXMethodDecl *getUnusedFunctionDecl() const { in getUnusedFunctionDecl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2101 const CXXMethodDecl *MD = Component.getUnusedFunctionDecl(); in dumpLayout()