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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h791 CXCursorKind CursorKind;
881 CursorKind(CXCursor_NotImplemented), Hidden(false), InBaseClass(false),
890 CursorKind(CXCursor_MacroDefinition), Hidden(false), InBaseClass(false),
898 CXCursorKind CursorKind = CXCursor_NotImplemented,
902 CursorKind(CursorKind), Availability(Availability), Hidden(false),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp700 CursorKind = getCursorKindForDecl(Declaration);
701 if (CursorKind == CXCursor_UnexposedDecl) {
706 CursorKind = CXCursor_ObjCInterfaceDecl;
708 CursorKind = CXCursor_ObjCProtocolDecl;
710 CursorKind = CXCursor_NotImplemented;
H A DSemaCodeComplete.cpp1032 R.CursorKind = getCursorKindForDecl(R.Declaration);
5645 CCR.CursorKind = CXCursor_MemberRef;
5665 CCR.CursorKind = getCursorKindForDecl(Ctor);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp396 CachedResult.Kind = R.CursorKind;
492 CachedResult.Kind = R.CursorKind;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h5119 enum CXCursorKind CursorKind; member in struct:__anon185

Completed in 208 milliseconds