Searched refs:handleSimpleAttributeWithExclusions (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 458 static void handleSimpleAttributeWithExclusions(Sema &S, Decl *D, in handleSimpleAttributeWithExclusions() function 467 static void handleSimpleAttributeWithExclusions(Sema &S, Decl *D, in handleSimpleAttributeWithExclusions() function 471 handleSimpleAttributeWithExclusions<AttrType, IncompatibleAttrTypes...>(S, D, in handleSimpleAttributeWithExclusions() 6354 handleSimpleAttributeWithExclusions<Mips16Attr, MicroMipsAttr, in ProcessDeclAttribute() 6361 handleSimpleAttributeWithExclusions<MicroMipsAttr, Mips16Attr>(S, D, AL); in ProcessDeclAttribute() 6367 handleSimpleAttributeWithExclusions<MipsLongCallAttr, MipsShortCallAttr>( in ProcessDeclAttribute() 6371 handleSimpleAttributeWithExclusions<MipsShortCallAttr, MipsLongCallAttr>( in ProcessDeclAttribute() 6560 handleSimpleAttributeWithExclusions<ColdAttr, HotAttr>(S, D, AL); in ProcessDeclAttribute() 6563 handleSimpleAttributeWithExclusions<HotAttr, ColdAttr>(S, D, AL); in ProcessDeclAttribute() 6617 handleSimpleAttributeWithExclusions<CFAuditedTransferAttr, in ProcessDeclAttribute() [all …]
|