Searched defs:dropAttrs (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | DeclBase.h | 552 template <typename... Ts> void dropAttrs() { dropAttrs() function |
/llvm-project/clang/lib/AST/ | ||
H A D | DeclBase.cpp | 1007 void Decl::dropAttrs() { dropAttrs() function in Decl |