Home
last modified time | relevance | path

Searched refs:clang_getTypeDeclaration (Results 1 – 5 of 5) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports245 clang_getTypeDeclaration
DCXType.cpp380 CXCursor clang_getTypeDeclaration(CXType CT) { in clang_getTypeDeclaration() function
807 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_getOffsetOf()
947 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_visitFields()
DCIndex.cpp5186 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(), in clang_getCursorReferenced()
/external/clang/include/clang-c/
DIndex.h3194 CINDEX_LINKAGE CXCursor clang_getTypeDeclaration(CXType T);
/external/clang/bindings/python/clang/
Dcindex.py1879 return conf.lib.clang_getTypeDeclaration(self)