Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports251 clang_getTypeDeclaration
DCXType.cpp382 CXCursor clang_getTypeDeclaration(CXType CT) { in clang_getTypeDeclaration() function
820 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_getOffsetOf()
960 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_visitFields()
DCIndex.cpp5551 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(), in clang_getCursorReferenced()
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports285 clang_getTypeDeclaration
DCXType.cpp481 CXCursor clang_getTypeDeclaration(CXType CT) { in clang_getTypeDeclaration() function
1014 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_getOffsetOf()
1231 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_visitFields()
DCIndex.cpp6324 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(), tu)); in clang_getCursorReferenced()
/external/clang/include/clang-c/
DIndex.h3279 CINDEX_LINKAGE CXCursor clang_getTypeDeclaration(CXType T);
/external/rust/crates/bindgen/src/
Dclang.rs973 x: clang_getTypeDeclaration(self.x), in declaration()
/external/llvm-project/clang/include/clang-c/
DIndex.h3679 CINDEX_LINKAGE CXCursor clang_getTypeDeclaration(CXType T);
/external/rust/crates/clang-sys/src/
Dlib.rs2110 pub fn clang_getTypeDeclaration(type_: CXType) -> CXCursor;
/external/clang/bindings/python/clang/
Dcindex.py1927 return conf.lib.clang_getTypeDeclaration(self)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2346 return conf.lib.clang_getTypeDeclaration(self)
/external/clang/tools/c-index-test/
Dc-index-test.c1532 CXCursor typeDeclaration = clang_getTypeDeclaration(clang_getCursorType(cursor)); in PrintTypeDeclaration()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1858 CXCursor typeDeclaration = clang_getTypeDeclaration(clang_getCursorType(cursor)); in PrintTypeDeclaration()