Home
last modified time | relevance | path

Searched refs:AT_stdcall (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Index/
Drecursive-cxx-member-calls.cpp27 AT_section, AT_sentinel, AT_stdcall, AT_thiscall, AT_transparent_union, enumerator
132 .Case("stdcall", AT_stdcall) in getKind()
181 .Case("__stdcall", AT_stdcall) in getKind()
/external/clang/lib/Sema/
DAttributeList.cpp133 .Case("stdcall", AT_stdcall) in getKind()
196 .Case("__stdcall", AT_stdcall) in getKind()
DSemaDeclAttr.cpp2452 case AttributeList::AT_stdcall: in handleCallConvAttr()
2516 case AttributeList::AT_stdcall: CC = CC_X86StdCall; break; in CheckCallingConvAttr()
3030 case AttributeList::AT_stdcall: in ProcessInheritableDeclAttr()
DSemaType.cpp101 case AttributeList::AT_stdcall: \
2649 return AttributeList::AT_stdcall; in getAttrListKind()
/external/clang/include/clang/Sema/
DAttributeList.h233 AT_stdcall, enumerator