Home
last modified time | relevance | path

Searched refs:handleSimpleAttributeWithExclusions (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp442 static void handleSimpleAttributeWithExclusions(Sema &S, Decl *D, in handleSimpleAttributeWithExclusions() function
451 static void handleSimpleAttributeWithExclusions(Sema &S, Decl *D, in handleSimpleAttributeWithExclusions() function
455 handleSimpleAttributeWithExclusions<AttrType, IncompatibleAttrTypes...>(S, D, in handleSimpleAttributeWithExclusions()
7253 handleSimpleAttributeWithExclusions<AlwaysDestroyAttr, NoDestroyAttr>(S, D, A); in handleDestroyAttr()
7255 handleSimpleAttributeWithExclusions<NoDestroyAttr, AlwaysDestroyAttr>(S, D, A); in handleDestroyAttr()
7476 handleSimpleAttributeWithExclusions<Mips16Attr, MicroMipsAttr, in ProcessDeclAttribute()
7480 handleSimpleAttributeWithExclusions<MicroMipsAttr, Mips16Attr>(S, D, AL); in ProcessDeclAttribute()
7483 handleSimpleAttributeWithExclusions<MipsLongCallAttr, MipsShortCallAttr>( in ProcessDeclAttribute()
7487 handleSimpleAttributeWithExclusions<MipsShortCallAttr, MipsLongCallAttr>( in ProcessDeclAttribute()
7621 handleSimpleAttributeWithExclusions<CUDAHostAttr, CUDAGlobalAttr>(S, D, AL); in ProcessDeclAttribute()
[all …]
/external/clang/lib/Sema/
DSemaDeclAttr.cpp356 static void handleSimpleAttributeWithExclusions(Sema &S, Decl *D, in handleSimpleAttributeWithExclusions() function
365 static void handleSimpleAttributeWithExclusions(Sema &S, Decl *D, in handleSimpleAttributeWithExclusions() function
370 handleSimpleAttributeWithExclusions<AttrType, IncompatibleAttrTypes...>(S, D, in handleSimpleAttributeWithExclusions()
5398 handleSimpleAttributeWithExclusions<Mips16Attr, MipsInterruptAttr>(S, D, in ProcessDeclAttribute()
5453 handleSimpleAttributeWithExclusions<CUDAConstantAttr, CUDASharedAttr>(S, D, in ProcessDeclAttribute()
5499 handleSimpleAttributeWithExclusions<CUDADeviceAttr, CUDAGlobalAttr>(S, D, in ProcessDeclAttribute()
5503 handleSimpleAttributeWithExclusions<CUDAHostAttr, CUDAGlobalAttr>(S, D, in ProcessDeclAttribute()
5564 handleSimpleAttributeWithExclusions<CUDASharedAttr, CUDAConstantAttr>(S, D, in ProcessDeclAttribute()