Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h532 void dropAttrs();
549 template <typename... Ts> void dropAttrs() { in dropAttrs() function
559 template <typename T> void dropAttr() { dropAttrs<T>(); } in dropAttr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1020 void Decl::dropAttrs() { in dropAttrs() function in Decl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3285 if (!foundAny) New->dropAttrs(); in mergeDeclAttributes()
3321 To->dropAttrs(); in propagateAttributes()
6987 ND.dropAttrs<WeakRefAttr, AliasAttr>(); in checkWeakRefAttr()
12014 NewFD->dropAttrs<PureAttr>(); in CheckConstPureAttributesUsage()
12022 NewFD->dropAttrs<PureAttr, ConstAttr>(); in CheckConstPureAttributesUsage()
H A DSemaTemplate.cpp9051 D->dropAttrs<DLLImportAttr, DLLExportAttr>(); in StripImplicitInstantiation()
H A DSemaDeclCXX.cpp6512 Class->dropAttrs<DLLExportAttr, DLLImportAttr>(); in checkClassLevelDLLAttribute()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc9784 {"_ZN5clang4Decl9dropAttrsEv", "clang::Decl::dropAttrs()"},