Searched refs:CXType (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h1323 * Used to indicate that attributed types should be included in CXType.
3389 } CXType; typedef in typeref:struct:__anon1491
3394 CINDEX_LINKAGE CXType clang_getCursorType(CXCursor C);
3402 CINDEX_LINKAGE CXString clang_getTypeSpelling(CXType CT);
3410 CINDEX_LINKAGE CXType clang_getTypedefDeclUnderlyingType(CXCursor C);
3418 CINDEX_LINKAGE CXType clang_getEnumDeclIntegerType(CXCursor C);
3524 * Retrieve a CXType representing the type of a TemplateArgument of a
3541 CINDEX_LINKAGE CXType clang_Cursor_getTemplateArgumentType(CXCursor C,
3590 CINDEX_LINKAGE unsigned clang_equalTypes(CXType A, CXType
[all...]

Completed in 104 milliseconds