Exemplo n.º 1
0
 internal static extern CXString clang_getCursorUSR(CXCursor cursor);
Exemplo n.º 2
0
 internal static extern CXString clang_Cursor_getObjCPropertySetterName(CXCursor cursor);
Exemplo n.º 3
0
 internal static extern CXSourceRange clang_Cursor_getSpellingNameRange(CXCursor cursor, uint piece_index, uint options);
Exemplo n.º 4
0
 internal static extern ObjCPropertyAttrKind clang_Cursor_getObjCPropertyAttributes(CXCursor cursor, uint reserved);
Exemplo n.º 5
0
 internal static extern CXSourceRange clang_Cursor_getCommentRange(CXCursor cursor);
Exemplo n.º 6
0
 internal static extern CXString clang_getCursorSpelling(CXCursor cursor);
Exemplo n.º 7
0
 internal static extern uint clang_isCursorDefinition(CXCursor cursor);
Exemplo n.º 8
0
 internal static extern uint clang_Cursor_isVariadic(CXCursor cursor);
Exemplo n.º 9
0
 internal static extern CXCursor clang_getCursorReferenced(CXCursor cursor);
Exemplo n.º 10
0
 internal static extern CXCursor clang_getCursorDefinition(CXCursor cursor);
Exemplo n.º 11
0
 internal static extern CXString clang_getCursorDisplayName(CXCursor cursor);
Exemplo n.º 12
0
 internal static extern CXString clang_getCursorPrettyPrinted(CXCursor cursor, CXPrintingPolicy policy);
Exemplo n.º 13
0
 internal static extern CXPrintingPolicy clang_getCursorPrintingPolicy(CXCursor cursor);
Exemplo n.º 14
0
 internal static extern ObjCDeclQualifierKind clang_Cursor_getObjCDeclQualifiers(CXCursor cursor);
Exemplo n.º 15
0
 internal static extern CXCursor clang_getCanonicalCursor(CXCursor cursor);
Exemplo n.º 16
0
 internal static extern uint clang_Cursor_isObjCOptional(CXCursor cursor);
Exemplo n.º 17
0
 internal static extern int clang_Cursor_getObjCSelectorIndex(CXCursor cursor);
Exemplo n.º 18
0
 internal static extern uint clang_Cursor_isExternalSymbol(CXCursor cursor, out CXString language, out CXString defined_in, out uint is_generated);
Exemplo n.º 19
0
 internal static extern int clang_Cursor_isDynamicCall(CXCursor cursor);
Exemplo n.º 20
0
 internal static extern CXString clang_Cursor_getBriefCommentText(CXCursor cursor);
Exemplo n.º 21
0
 internal static extern CXType clang_Cursor_getReceiverType(CXCursor cursor);
Exemplo n.º 22
0
 internal static extern ChildVisitResult clang_visitChildren(CXCursor parent, CXCursorVisitor visitor, CXClientData client_data);
Exemplo n.º 23
0
 internal static extern CXEvalResult clang_Cursor_Evaluate(CXCursor cursor);