Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports285 clang_isStatement
DCIndex.cpp500 if (clang_isStatement(Cursor.kind)) { in VisitChildren()
4226 if (clang_isStatement(C.kind)) { in clang_getCursorSpelling()
4286 if (clang_isStatement(C.kind)) { in clang_Cursor_getSpellingNameRange()
5090 if (clang_isExpression(C.kind) || clang_isStatement(C.kind)) in clang_hashCursor()
5114 unsigned clang_isStatement(enum CXCursorKind K) { in clang_isStatement() function
5225 if (clang_isStatement(C.kind)) in clang_getCursorLocation()
5357 if (clang_isStatement(C.kind)) in getRawCursorExtent()
5498 if (clang_isStatement(C.kind)) { in clang_getCursorReferenced()
7176 if (clang_isStatement(cursor.kind) || clang_isExpression(cursor.kind)) { in clang_getCursorSemanticParent()
/external/clang/include/clang-c/
DIndex.h2477 CINDEX_LINKAGE unsigned clang_isStatement(enum CXCursorKind);
/external/clang/bindings/python/clang/
Dcindex.py590 return conf.lib.clang_isStatement(self)