Home
last modified time | relevance | path

Searched refs:clang_isPODType (Results 1 – 5 of 5) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports275 clang_isPODType
DCXType.cpp595 unsigned clang_isPODType(CXType X) { in clang_isPODType() function
/external/clang/include/clang-c/
DIndex.h3252 CINDEX_LINKAGE unsigned clang_isPODType(CXType T);
/external/clang/bindings/python/clang/
Dcindex.py1867 return conf.lib.clang_isPODType(self)
/external/clang/tools/c-index-test/
Dc-index-test.c1362 printf(" [isPOD=%d]", clang_isPODType(T)); in PrintType()