Searched defs:TemplateArgumentKind (Results 1 - 3 of 3) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py5 from clang.cindex import TemplateArgumentKind namespace
267 assert foos[1].get_template_argument_kind(0) == TemplateArgumentKind.INTEGRAL
268 assert foos[1].get_template_argument_kind(1) == TemplateArgumentKind.TYPE
269 assert foos[1].get_template_argument_kind(2) == TemplateArgumentKind.INTEGRAL
/external/clang/bindings/python/clang/
H A Dcindex.py1118 class TemplateArgumentKind(BaseEnumeration): class in inherits:BaseEnumeration
1120 A TemplateArgumentKind describes the kind of entity that a template argument
1128 TemplateArgumentKind.NULL = TemplateArgumentKind(0)
1129 TemplateArgumentKind.TYPE = TemplateArgumentKind(1)
1130 TemplateArgumentKind.DECLARATION = TemplateArgumentKind(2)
1131 TemplateArgumentKind.NULLPTR = TemplateArgumentKind(
[all...]
/external/lldb/include/lldb/
H A Dlldb-enumerations.h619 typedef enum TemplateArgumentKind enum in namespace:lldb
630 } TemplateArgumentKind; typedef in namespace:lldb

Completed in 339 milliseconds