Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclBase.h495 void dropAttrs();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclBase.cpp828 void Decl::dropAttrs() { in dropAttrs() function in Decl
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp2928 if (!foundAny) New->dropAttrs(); in mergeDeclAttributes()
2973 if (!foundAny) newDecl->dropAttrs(); in mergeParamDeclAttributes()