Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports108 clang_Type_getNumObjCTypeArgs
H A DCXType.cpp1200 unsigned clang_Type_getNumObjCTypeArgs(CXType CT) { in clang_Type_getNumObjCTypeArgs() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3781 CINDEX_LINKAGE unsigned clang_Type_getNumObjCTypeArgs(CXType T);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1638 unsigned NumTypeArgs = clang_Type_getNumObjCTypeArgs(PT); in PrintType()