Searched refs:CXCursor_VarDecl (Results 1 – 4 of 4) sorted by relevance
752 if (clang_getCursorKind(cursor) == CXCursor_VarDecl) { in TEST_F()778 if (clang_getCursorKind(cursor) == CXCursor_VarDecl) { in TEST_F()798 if (clang_getCursorKind(cursor) == CXCursor_VarDecl) { in TEST_F()818 if (clang_getCursorKind(cursor) == CXCursor_VarDecl) { in TEST_F()838 if (clang_getCursorKind(cursor) == CXCursor_VarDecl) { in TEST_F()
1736 CXCursor_VarDecl = 9, enumerator
5411 case CXCursor_VarDecl: in clang_getCursorKindSpelling()
4001 return CXCursor_VarDecl; in getCursorKindForDecl()