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

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

Completed in 223 milliseconds