Home
last modified time | relevance | path

Searched refs:clang_EnumDecl_isScoped (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/tools/libclang/
Dlibclang.exports17 clang_EnumDecl_isScoped
DCIndex.cpp8584 unsigned clang_EnumDecl_isScoped(CXCursor C) { in clang_EnumDecl_isScoped() function
/external/llvm-project/clang/include/clang-c/
DIndex.h4820 CINDEX_LINKAGE unsigned clang_EnumDecl_isScoped(CXCursor C);
/external/rust/crates/clang-sys/src/
Dlib.rs1815 pub fn clang_EnumDecl_isScoped(cursor: CXCursor) -> c_uint;
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py1509 return conf.lib.clang_EnumDecl_isScoped(self)
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c912 if (clang_EnumDecl_isScoped(Cursor)) in PrintCursor()