Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
Dlibclang.exports42 clang_Cursor_isAnonymousRecordDecl
DCXType.cpp1270 unsigned clang_Cursor_isAnonymousRecordDecl(CXCursor C){ in clang_Cursor_isAnonymousRecordDecl() function
/external/llvm-project/clang/include/clang-c/
DIndex.h4001 CINDEX_LINKAGE unsigned clang_Cursor_isAnonymousRecordDecl(CXCursor C);
/external/rust/crates/clang-sys/src/
Dlib.rs1767 pub fn clang_Cursor_isAnonymousRecordDecl(cursor: CXCursor) -> c_uint;
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1692 unsigned isAnonRecDecl = clang_Cursor_isAnonymousRecordDecl(cursor); in PrintType()