Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports95 clang_Type_getAlignOf
H A DCXType.cpp897 long long clang_Type_getAlignOf(CXType T) { in clang_Type_getAlignOf() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3947 CINDEX_LINKAGE long long clang_Type_getAlignOf(CXType T);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2382 return conf.lib.clang_Type_getAlignOf(self)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1722 long long Align = clang_Type_getAlignOf(T); in PrintSingleTypeSize()