Searched refs:clang_isPODType (Results 1 – 11 of 11) sorted by relevance
281 clang_isPODType
608 unsigned clang_isPODType(CXType X) { in clang_isPODType() function
317 clang_isPODType
782 unsigned clang_isPODType(CXType X) { in clang_isPODType() function
3342 CINDEX_LINKAGE unsigned clang_isPODType(CXType T);
3796 CINDEX_LINKAGE unsigned clang_isPODType(CXType T);
2148 pub fn clang_isPODType(type_: CXType) -> c_uint;
1915 return conf.lib.clang_isPODType(self)
2334 return conf.lib.clang_isPODType(self)
1378 printf(" [isPOD=%d]", clang_isPODType(T)); in PrintType()
1665 printf(" [isPOD=%d]", clang_isPODType(T)); in PrintType()