Home
last modified time | relevance | path

Searched refs:clang_isStatement (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports262 clang_isStatement
DCIndex.cpp499 if (clang_isStatement(Cursor.kind)) { in VisitChildren()
3479 if (clang_isStatement(C.kind)) { in clang_getCursorSpelling()
3526 if (clang_isStatement(C.kind)) { in clang_Cursor_getSpellingNameRange()
4213 if (clang_isExpression(C.kind) || clang_isStatement(C.kind)) in clang_hashCursor()
4237 unsigned clang_isStatement(enum CXCursorKind K) { in clang_isStatement() function
4348 if (clang_isStatement(C.kind)) in clang_getCursorLocation()
4480 if (clang_isStatement(C.kind)) in getRawCursorExtent()
4621 if (clang_isStatement(C.kind)) { in clang_getCursorReferenced()
6247 if (clang_isStatement(cursor.kind) || clang_isExpression(cursor.kind)) { in clang_getCursorSemanticParent()
/external/clang/include/clang-c/
DIndex.h2309 CINDEX_LINKAGE unsigned clang_isStatement(enum CXCursorKind);
/external/clang/bindings/python/clang/
Dcindex.py556 return conf.lib.clang_isStatement(self)