Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h448 void dropAttrs();
/external/clang/lib/AST/
DDeclBase.cpp714 void Decl::dropAttrs() { in dropAttrs() function in Decl
/external/clang/lib/Sema/
DSemaDecl.cpp2512 if (!foundAny) New->dropAttrs(); in mergeDeclAttributes()
2557 if (!foundAny) newDecl->dropAttrs(); in mergeParamDeclAttributes()