Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h442 void dropAttrs();
/external/clang/lib/AST/
DDeclBase.cpp671 void Decl::dropAttrs() { in dropAttrs() function in Decl
/external/clang/lib/Sema/
DSemaDecl.cpp2438 if (!foundAny) New->dropAttrs(); in mergeDeclAttributes()
2483 if (!foundAny) newDecl->dropAttrs(); in mergeParamDeclAttributes()