Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports101 clang_Type_getCXXRefQualifier
H A DCXType.cpp1073 enum CXRefQualifierKind clang_Type_getCXXRefQualifier(CXType T) { in clang_Type_getCXXRefQualifier() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4060 CINDEX_LINKAGE enum CXRefQualifierKind clang_Type_getCXXRefQualifier(CXType T);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2401 conf.lib.clang_Type_getCXXRefQualifier(self))
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1569 enum CXRefQualifierKind RQ = clang_Type_getCXXRefQualifier(T); in PrintType()