Searched refs:handleSimpleAttribute (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 387 static void handleSimpleAttribute(Sema &S, Decl *D, in handleSimpleAttribute() function 420 handleSimpleAttribute<AttrType>(S, D, CI); in handleSimpleAttributeOrDiagnose() 2206 handleSimpleAttribute<AnyX86NoCfCheckAttr>(S, D, Attrs); in handleNoCfCheckAttr() 2937 handleSimpleAttribute<ObjCDirectAttr>(S, D, AL); in handleObjCDirectAttr() 2946 handleSimpleAttribute<ObjCDirectMembersAttr>(S, D, AL); in handleObjCDirectMembersAttr() 5964 handleSimpleAttribute<NSReturnsAutoreleasedAttr>(S, D, AL); in handleXReturnsXRetainedAttr() 5967 handleSimpleAttribute<CFReturnsNotRetainedAttr>(S, D, AL); in handleXReturnsXRetainedAttr() 5970 handleSimpleAttribute<NSReturnsNotRetainedAttr>(S, D, AL); in handleXReturnsXRetainedAttr() 5973 handleSimpleAttribute<CFReturnsRetainedAttr>(S, D, AL); in handleXReturnsXRetainedAttr() 5976 handleSimpleAttribute<NSReturnsRetainedAttr>(S, D, AL); in handleXReturnsXRetainedAttr() [all …]
|