Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports273 clang_isAttribute
DCIndex.cpp5118 unsigned clang_isAttribute(enum CXCursorKind K) { in clang_isAttribute() function
5251 if (clang_isAttribute(C.kind)) { in clang_getCursorLocation()
5360 if (clang_isAttribute(C.kind)) in getRawCursorExtent()
6432 clang_isAttribute(cursor.kind)) in Visit()
6497 if (clang_isAttribute(cursor.kind)) in postVisitChildren()
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports308 clang_isAttribute
DCIndex.cpp5895 unsigned clang_isAttribute(enum CXCursorKind K) { in clang_isAttribute() function
6026 if (clang_isAttribute(C.kind)) { in clang_getCursorLocation()
6134 if (clang_isAttribute(C.kind)) in getRawCursorExtent()
7313 clang_isAttribute(cursor.kind)) in Visit()
7382 if (clang_isAttribute(cursor.kind)) in postVisitChildren()
/external/clang/include/clang-c/
DIndex.h2482 CINDEX_LINKAGE unsigned clang_isAttribute(enum CXCursorKind);
/external/llvm-project/clang/include/clang-c/
DIndex.h2765 CINDEX_LINKAGE unsigned clang_isAttribute(enum CXCursorKind);
/external/rust/crates/clang-sys/src/
Dlib.rs2137 pub fn clang_isAttribute(kind: CXCursorKind) -> c_uint;
/external/clang/bindings/python/clang/
Dcindex.py594 return conf.lib.clang_isAttribute(self)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py689 return conf.lib.clang_isAttribute(self)
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1878 } else if (clang_isAttribute(cursor.kind)) { in PrintDeclAttributes()