Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports281 clang_isPODType
DCXType.cpp608 unsigned clang_isPODType(CXType X) { in clang_isPODType() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports317 clang_isPODType
DCXType.cpp782 unsigned clang_isPODType(CXType X) { in clang_isPODType() function
/external/clang/include/clang-c/
DIndex.h3342 CINDEX_LINKAGE unsigned clang_isPODType(CXType T);
/external/llvm-project/clang/include/clang-c/
DIndex.h3796 CINDEX_LINKAGE unsigned clang_isPODType(CXType T);
/external/rust/crates/clang-sys/src/
Dlib.rs2148 pub fn clang_isPODType(type_: CXType) -> c_uint;
/external/clang/bindings/python/clang/
Dcindex.py1915 return conf.lib.clang_isPODType(self)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2334 return conf.lib.clang_isPODType(self)
/external/clang/tools/c-index-test/
Dc-index-test.c1378 printf(" [isPOD=%d]", clang_isPODType(T)); in PrintType()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1665 printf(" [isPOD=%d]", clang_isPODType(T)); in PrintType()