Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports288 clang_getTypedefDeclUnderlyingType
H A DCXType.cpp306 CXType clang_getTypedefDeclUnderlyingType(CXCursor C) { in clang_getTypedefDeclUnderlyingType() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3450 CINDEX_LINKAGE CXType clang_getTypedefDeclUnderlyingType(CXCursor C);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1697 conf.lib.clang_getTypedefDeclUnderlyingType(self)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c821 CXType Underlying = clang_getTypedefDeclUnderlyingType(Referenced); in PrintCursor()