reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang-c/Index.h
 3400 CINDEX_LINKAGE CXType clang_getCursorType(CXCursor C);

References

tools/clang/tools/c-index-test/c-index-test.c
  815         CXType T = clang_getCursorType(Referenced);
 1553     CXType T = clang_getCursorType(cursor);
 1601           CXType T = clang_getCursorType(clang_Cursor_getArgument(cursor, i));
 1723   T = clang_getCursorType(cursor);
 1742       } while ( clang_getCursorType(Parent).kind == CXType_Record &&
 1745         long long Offset = clang_Type_getOffsetOf(clang_getCursorType(Record),
 1839   CXCursor typeDeclaration = clang_getTypeDeclaration(clang_getCursorType(cursor));
 1843     PrintTypeAndTypeKind(clang_getCursorType(typeDeclaration), " [typedeclaration=%s] [typekind=%s]\n");
tools/clang/tools/libclang/CXType.cpp
  725     return clang_getResultType(clang_getCursorType(C));
  774     return clang_getExceptionSpecificationType(clang_getCursorType(C));
 1055     CXType PT = clang_getCursorType(PC);