Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports309 clang_isConstQualifiedType
H A DCXType.cpp404 unsigned clang_isConstQualifiedType(CXType CT) { in clang_isConstQualifiedType() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3647 CINDEX_LINKAGE unsigned clang_isConstQualifiedType(CXType T);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2302 return conf.lib.clang_isConstQualifiedType(self)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1573 if (clang_isConstQualifiedType(T)) in PrintType()