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

Declarations

tools/clang/include/clang-c/Index.h
 2725 CINDEX_LINKAGE enum CXCursorKind clang_getCursorKind(CXCursor);

References

tools/clang/tools/c-index-test/c-index-test.c
  794       if (clang_getCursorKind(Referenced) == CXCursor_OverloadedDeclRef) {
  814       if (clang_getCursorKind(Referenced) == CXCursor_TypedefDecl) {
 1448   if (clang_isInvalid(clang_getCursorKind(cursor)))
 1475   if (clang_isInvalid(clang_getCursorKind(cursor)))
 1552   if (!clang_isInvalid(clang_getCursorKind(cursor))) {
 1638           if (!clang_isInvalid(clang_getCursorKind(P))) {
 1720   enum CXCursorKind K = clang_getCursorKind(cursor);
 1733     if (clang_getCursorKind(cursor) == CXCursor_FieldDecl) {
 1777   if (clang_isUnexposed(clang_getCursorKind(cursor)))
 1790   if (clang_isUnexposed(clang_getCursorKind(cursor)))
 1792   if (!clang_isDeclaration(clang_getCursorKind(cursor)))
 1794   if (clang_getCursorKind(cursor) == CXCursor_ParmDecl)
 1821   if (clang_getCursorKind(cursor) != CXCursor_FieldDecl)
tools/clang/tools/libclang/CIndex.cpp
 3968           clang_getCursorKind(C) == CXCursor_CompoundStmt
 7076       if (clang_isInvalid(clang_getCursorKind(Cursors[I])))
 7206   const enum CXCursorKind cursorK = clang_getCursorKind(cursor);
 7207   const enum CXCursorKind K = clang_getCursorKind(parent);
 7271     if (!clang_isInvalid(clang_getCursorKind(Cursors[I])))
tools/clang/tools/libclang/CIndexCodeCompletion.cpp
  635         AllocatedResults.ContainerKind = clang_getCursorKind(cursor);
tools/clang/tools/libclang/CIndexUSRs.cpp
   39   const CXCursorKind &K = clang_getCursorKind(C);
tools/clang/tools/libclang/CXCursor.cpp
 1231   if (clang_getCursorKind(C) != CXCursor_FunctionDecl) {
 1269   if (clang_getCursorKind(C) != CXCursor_FunctionDecl) {
 1428   enum CXCursorKind kind = clang_getCursorKind(cursor);
tools/clang/unittests/libclang/LibclangTest.cpp
  407         if (clang_getCursorKind(cursor) == CXCursor_FunctionDecl) {
  414                 if (clang_getCursorKind(cursor) == CXCursor_CompoundStmt) {