Searched refs:handleSimpleAttributeWithExclusions (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 356 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()
|