Home
last modified time | relevance | path

Searched refs:AT_thiscall (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
178 .Case("thiscall", AT_thiscall) in getKind()
183 .Case("__thiscall", AT_thiscall) in getKind()
/external/clang/lib/Sema/
DAttributeList.cpp192 .Case("thiscall", AT_thiscall) in getKind()
198 .Case("__thiscall", AT_thiscall) in getKind()
DSemaDeclAttr.cpp2455 case AttributeList::AT_thiscall: in handleCallConvAttr()
2517 case AttributeList::AT_thiscall: CC = CC_X86ThisCall; break; in CheckCallingConvAttr()
3033 case AttributeList::AT_thiscall: in ProcessInheritableDeclAttr()
DSemaType.cpp102 case AttributeList::AT_thiscall: \
2651 return AttributeList::AT_thiscall; in getAttrListKind()
/external/clang/include/clang/Sema/
DAttributeList.h234 AT_thiscall, enumerator