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

Declarations

tools/clang/include/clang-c/Index.h
 3664 CINDEX_LINKAGE CXCursor clang_getTypeDeclaration(CXType T);

References

tools/clang/tools/c-index-test/c-index-test.c
 1839   CXCursor typeDeclaration = clang_getTypeDeclaration(clang_getCursorType(cursor));
tools/clang/tools/libclang/CIndex.cpp
 6211       return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(),
tools/clang/tools/libclang/CXType.cpp
 1011   CXCursor PC = clang_getTypeDeclaration(PT);
 1228   CXCursor PC = clang_getTypeDeclaration(PT);