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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h1341 * Used to indicate that attributed types should be included in CXType.
3401 } CXType; typedef in typeref:struct:__anon181
3406 CINDEX_LINKAGE CXType clang_getCursorType(CXCursor C);
3414 CINDEX_LINKAGE CXString clang_getTypeSpelling(CXType CT);
3422 CINDEX_LINKAGE CXType clang_getTypedefDeclUnderlyingType(CXCursor C);
3430 CINDEX_LINKAGE CXType clang_getEnumDeclIntegerType(CXCursor C);
3535 * Retrieve a CXType representing the type of a TemplateArgument of a
3552 CINDEX_LINKAGE CXType clang_Cursor_getTemplateArgumentType(CXCursor C,
3601 CINDEX_LINKAGE unsigned clang_equalTypes(CXType A, CXType
[all...]

Completed in 117 milliseconds