Searched refs:clang_isAttribute (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang-c/
H A DIndex.h2190 CINDEX_LINKAGE unsigned clang_isAttribute(enum CXCursorKind);
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp6207 unsigned clang_isAttribute(enum CXCursorKind K) { function
6338 if (clang_isAttribute(C.kind)) {
6446 if (clang_isAttribute(C.kind))
7631 clang_isAttribute(cursor.kind))
7700 if (clang_isAttribute(cursor.kind))
/openbsd-current/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py689 return conf.lib.clang_isAttribute(self)
3946 ("clang_isAttribute",
/openbsd-current/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c1902 } else if (clang_isAttribute(cursor.kind)) {

Completed in 546 milliseconds