Searched refs:clang_isPODType (Results 1 – 5 of 5) sorted by relevance
247 clang_isPODType
579 unsigned clang_isPODType(CXType X) { in clang_isPODType() function
2887 CINDEX_LINKAGE unsigned clang_isPODType(CXType T);
1632 return conf.lib.clang_isPODType(self)
1201 printf(" [isPOD=%d]", clang_isPODType(T)); in PrintType()