Searched refs:clang_isPODType (Results 1 – 5 of 5) sorted by relevance
269 clang_isPODType
594 unsigned clang_isPODType(CXType X) { in clang_isPODType() function
3174 CINDEX_LINKAGE unsigned clang_isPODType(CXType T);
1836 return conf.lib.clang_isPODType(self)
1321 printf(" [isPOD=%d]", clang_isPODType(T)); in PrintType()