Searched refs:AT_thiscall (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/Index/ |
D | recursive-cxx-member-calls.cpp | 27 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/ |
D | AttributeList.cpp | 192 .Case("thiscall", AT_thiscall) in getKind() 198 .Case("__thiscall", AT_thiscall) in getKind()
|
D | SemaDeclAttr.cpp | 2455 case AttributeList::AT_thiscall: in handleCallConvAttr() 2517 case AttributeList::AT_thiscall: CC = CC_X86ThisCall; break; in CheckCallingConvAttr() 3033 case AttributeList::AT_thiscall: in ProcessInheritableDeclAttr()
|
D | SemaType.cpp | 102 case AttributeList::AT_thiscall: \ 2651 return AttributeList::AT_thiscall; in getAttrListKind()
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 234 AT_thiscall, enumerator
|