Searched refs:clang_isPODType (Results 1 – 5 of 5) sorted by relevance
275 clang_isPODType
595 unsigned clang_isPODType(CXType X) { in clang_isPODType() function
3252 CINDEX_LINKAGE unsigned clang_isPODType(CXType T);
1867 return conf.lib.clang_isPODType(self)
1362 printf(" [isPOD=%d]", clang_isPODType(T)); in PrintType()