Home
last modified time | relevance | path

Searched refs:CXCursor_ObjCInterfaceDecl (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp704 CursorKind = CXCursor_ObjCInterfaceDecl; in computeCursorKindAndAvailability()
H A DSemaCodeComplete.cpp3857 return CXCursor_ObjCInterfaceDecl; in getCursorKindForDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1740 CXCursor_ObjCInterfaceDecl = 11, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp665 if (Cursor.kind == CXCursor_ObjCInterfaceDecl) { in handleDeclForVisitation()
5219 case CXCursor_ObjCInterfaceDecl: in clang_getCursorKindSpelling()
5751 if (BestCursor->kind == CXCursor_ObjCInterfaceDecl || in GetCursorVisitor()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1963 else if (!strcmp(filter, "interface")) K = CXCursor_ObjCInterfaceDecl; in perform_test_load()