Searched refs:clang_isPODType (Results 1 – 5 of 5) sorted by relevance
281 clang_isPODType
608 unsigned clang_isPODType(CXType X) { in clang_isPODType() function
3342 CINDEX_LINKAGE unsigned clang_isPODType(CXType T);
1915 return conf.lib.clang_isPODType(self)
1378 printf(" [isPOD=%d]", clang_isPODType(T)); in PrintType()