Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCXType.cpp126 CXType cxtype::MakeCXType(QualType T, CXTranslationUnit TU) { in MakeCXType()
162 CXType CT = { TK, { TK == CXType_Invalid ? nullptr in MakeCXType()
169 static inline QualType GetQualType(CXType CT) { in GetQualType()
173 static inline CXTranslationUnit GetTU(CXType CT) { in GetTU()
216 CXType clang_getCursorType(CXCursor C) { in clang_getCursorType()
291 CXString clang_getTypeSpelling(CXType CT) { in clang_getTypeSpelling()
306 CXType clang_getTypedefDeclUnderlyingType(CXCursor C) { in clang_getTypedefDeclUnderlyingType()
324 CXType clang_getEnumDeclIntegerType(CXCursor C) { in clang_getEnumDeclIntegerType()
389 CXType clang_getCanonicalType(CXType CT) { in clang_getCanonicalType()
404 unsigned clang_isConstQualifiedType(CXType CT) { in clang_isConstQualifiedType()
[all …]
DCXType.h25 CXType MakeCXType(QualType T, CXTranslationUnit TU);
DCMakeLists.txt20 CXType.cpp
33 CXType.h
DCXCursor.cpp1391 CXType clang_Cursor_getTemplateArgumentType(CXCursor C, unsigned I) { in clang_Cursor_getTemplateArgumentType()
1668 CXType clang_Cursor_getReceiverType(CXCursor C) { in clang_Cursor_getReceiverType()
DCIndex.cpp3748 CXString clang_Type_getObjCEncoding(CXType CT) { in clang_Type_getObjCEncoding()
8597 CXType clang_getIBOutletCollectionType(CXCursor C) { in clang_getIBOutletCollectionType()
/external/clang/tools/libclang/
DCXType.cpp103 CXType cxtype::MakeCXType(QualType T, CXTranslationUnit TU) { in MakeCXType()
131 CXType CT = { TK, { TK == CXType_Invalid ? nullptr in MakeCXType()
138 static inline QualType GetQualType(CXType CT) { in GetQualType()
142 static inline CXTranslationUnit GetTU(CXType CT) { in GetTU()
148 CXType clang_getCursorType(CXCursor C) { in clang_getCursorType()
223 CXString clang_getTypeSpelling(CXType CT) { in clang_getTypeSpelling()
238 CXType clang_getTypedefDeclUnderlyingType(CXCursor C) { in clang_getTypedefDeclUnderlyingType()
256 CXType clang_getEnumDeclIntegerType(CXCursor C) { in clang_getEnumDeclIntegerType()
321 CXType clang_getCanonicalType(CXType CT) { in clang_getCanonicalType()
336 unsigned clang_isConstQualifiedType(CXType CT) { in clang_isConstQualifiedType()
[all …]
DCXType.h26 CXType MakeCXType(QualType T, CXTranslationUnit TU);
DCMakeLists.txt20 CXType.cpp
31 CXType.h
DCXCursor.cpp1230 CXType clang_Cursor_getTemplateArgumentType(CXCursor C, unsigned I) { in clang_Cursor_getTemplateArgumentType()
1511 CXType clang_Cursor_getReceiverType(CXCursor C) { in clang_Cursor_getReceiverType()
DCIndex.cpp3390 CXString clang_Type_getObjCEncoding(CXType CT) { in clang_Type_getObjCEncoding()
7544 CXType clang_getIBOutletCollectionType(CXCursor C) { in clang_getIBOutletCollectionType()
/external/llvm-project/clang/include/clang-c/
DIndex.h3409 } CXType; typedef
3414 CINDEX_LINKAGE CXType clang_getCursorType(CXCursor C);
3422 CINDEX_LINKAGE CXString clang_getTypeSpelling(CXType CT);
3430 CINDEX_LINKAGE CXType clang_getTypedefDeclUnderlyingType(CXCursor C);
3438 CINDEX_LINKAGE CXType clang_getEnumDeclIntegerType(CXCursor C);
3561 CINDEX_LINKAGE CXType clang_Cursor_getTemplateArgumentType(CXCursor C,
3610 CINDEX_LINKAGE unsigned clang_equalTypes(CXType A, CXType B);
3620 CINDEX_LINKAGE CXType clang_getCanonicalType(CXType T);
3627 CINDEX_LINKAGE unsigned clang_isConstQualifiedType(CXType T);
3652 CINDEX_LINKAGE unsigned clang_isVolatileQualifiedType(CXType T);
[all …]
/external/clang/include/clang-c/
DIndex.h3020 } CXType; typedef
3025 CINDEX_LINKAGE CXType clang_getCursorType(CXCursor C);
3033 CINDEX_LINKAGE CXString clang_getTypeSpelling(CXType CT);
3041 CINDEX_LINKAGE CXType clang_getTypedefDeclUnderlyingType(CXCursor C);
3049 CINDEX_LINKAGE CXType clang_getEnumDeclIntegerType(CXCursor C);
3171 CINDEX_LINKAGE CXType clang_Cursor_getTemplateArgumentType(CXCursor C,
3220 CINDEX_LINKAGE unsigned clang_equalTypes(CXType A, CXType B);
3230 CINDEX_LINKAGE CXType clang_getCanonicalType(CXType T);
3237 CINDEX_LINKAGE unsigned clang_isConstQualifiedType(CXType T);
3262 CINDEX_LINKAGE unsigned clang_isVolatileQualifiedType(CXType T);
[all …]
/external/rust/crates/clang-sys/src/
Dlib.rs1633 pub struct CXType { struct
1638 default!(CXType); argument
1772 pub fn clang_Cursor_getReceiverType(cursor: CXCursor) -> CXType;
1782 pub fn clang_Cursor_getTemplateArgumentType(cursor: CXCursor, index: c_uint) -> CXType;
1876 pub fn clang_Type_getAlignOf(type_: CXType) -> c_longlong;
1877 pub fn clang_Type_getCXXRefQualifier(type_: CXType) -> CXRefQualifierKind;
1878 pub fn clang_Type_getClassType(type_: CXType) -> CXType;
1881 pub fn clang_Type_getNamedType(type_: CXType) -> CXType;
1882 pub fn clang_Type_getNumTemplateArguments(type_: CXType) -> c_int;
1885 pub fn clang_Type_getObjCObjectBaseType(type_: CXType) -> CXType;
[all …]
/external/llvm-project/llvm/utils/gn/secondary/clang/tools/libclang/
DBUILD.gn84 "CXType.cpp",
85 "CXType.h",
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c818 CXType T = clang_getCursorType(Referenced); in PrintCursor()
820 CXType Underlying = clang_getTypedefDeclUnderlyingType(Referenced); in PrintCursor()
966 CXType T = in PrintCursor()
1015 CXType T = clang_Cursor_getTemplateArgumentType(Cursor, I); in PrintCursor()
1500 static void PrintTypeAndTypeKind(CXType T, const char *Format) { in PrintTypeAndTypeKind()
1518 static void PrintTypeTemplateArgs(CXType T, const char *Format) { in PrintTypeTemplateArgs()
1522 CXType TArg; in PrintTypeTemplateArgs()
1537 static void PrintNullabilityKind(CXType T, const char *Format) { in PrintNullabilityKind()
1566 CXType T = clang_getCursorType(cursor); in PrintType()
1567 CXType PT = clang_getPointeeType(T); in PrintType()
[all …]
/external/clang/tools/c-index-test/
Dc-index-test.c803 CXType T = in PrintCursor()
849 CXType T = clang_Cursor_getTemplateArgumentType(Cursor, I); in PrintCursor()
1298 static void PrintTypeAndTypeKind(CXType T, const char *Format) { in PrintTypeAndTypeKind()
1319 CXType T = clang_getCursorType(cursor); in PrintType()
1335 CXType CT = clang_getCanonicalType(T); in PrintType()
1342 CXType RT = clang_getCursorResultType(cursor); in PrintType()
1354 CXType T = clang_getCursorType(clang_Cursor_getArgument(cursor, i)); in PrintType()
1369 CXType TArg = clang_Type_getTemplateArgumentAsType(T, i); in PrintType()
1381 CXType PT = clang_getPointeeType(T); in PrintType()
1410 CXType T; in PrintTypeSize()
[all …]
/external/rust/crates/bindgen/src/
Dclang.rs905 x: CXType,
1327 x: CXType,