Home
last modified time | relevance | path

Searched refs:clang_Type_getValueType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports112 clang_Type_getValueType
H A DCXType.cpp1327 CXType clang_Type_getValueType(CXType CT) { in clang_Type_getValueType() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3994 CINDEX_LINKAGE CXType clang_Type_getValueType(CXType CT);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1595 CXType VT = clang_Type_getValueType(T); in PrintType()