Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports308 clang_isAttribute
H A DCIndex.cpp5947 unsigned clang_isAttribute(enum CXCursorKind K) { in clang_isAttribute() function
6078 if (clang_isAttribute(C.kind)) { in clang_getCursorLocation()
6186 if (clang_isAttribute(C.kind)) in getRawCursorExtent()
7365 clang_isAttribute(cursor.kind)) in Visit()
7434 if (clang_isAttribute(cursor.kind)) in postVisitChildren()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h2785 CINDEX_LINKAGE unsigned clang_isAttribute(enum CXCursorKind);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py689 return conf.lib.clang_isAttribute(self)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1879 } else if (clang_isAttribute(cursor.kind)) { in PrintDeclAttributes()