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

/external/clang/include/clang-c/
H A DIndex.h2314 CINDEX_LINKAGE unsigned clang_isAttribute(enum CXCursorKind);
/external/clang/tools/libclang/
H A DCIndex.cpp4241 unsigned clang_isAttribute(enum CXCursorKind K) { function
4374 if (clang_isAttribute(C.kind)) {
4483 if (clang_isAttribute(C.kind))
5543 clang_isAttribute(cursor.kind))
5608 if (clang_isAttribute(cursor.kind))
/external/clang/bindings/python/clang/
H A Dcindex.py560 return conf.lib.clang_isAttribute(self)
3207 ("clang_isAttribute",

Completed in 123 milliseconds