Searched refs:clang_isPODType (Results 1 – 5 of 5) sorted by relevance
379 clang_isPODType;
803 unsigned clang_isPODType(CXType X) { in clang_isPODType() function
3276 CINDEX_LINKAGE unsigned clang_isPODType(CXType T);
2391 return conf.lib.clang_isPODType(self)
1677 printf(" [isPOD=%d]", clang_isPODType(T)); in PrintType()