Home
last modified time | relevance | path

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

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