Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h535 void dropAttrs();
552 template <typename... Ts> void dropAttrs() { in dropAttrs() function
562 template <typename T> void dropAttr() { dropAttrs<T>(); } in dropAttr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1007 void Decl::dropAttrs() { in dropAttrs() function in Decl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3221 if (!foundAny) New->dropAttrs(); in mergeDeclAttributes()
3286 if (!foundAny) newDecl->dropAttrs(); in mergeParamDeclAttributes()
6868 ND.dropAttrs<WeakRefAttr, AliasAttr>(); in checkAttributesAfterMerging()
11781 NewFD->dropAttrs<PureAttr>(); in CheckConstPureAttributesUsage()
11789 NewFD->dropAttrs<PureAttr, ConstAttr>(); in CheckConstPureAttributesUsage()
H A DSemaTemplate.cpp8562 D->dropAttrs<DLLImportAttr, DLLExportAttr>(); in StripImplicitInstantiation()
H A DSemaDeclCXX.cpp6404 Class->dropAttrs<DLLExportAttr, DLLImportAttr>(); in checkClassLevelDLLAttribute()