Home
last modified time | relevance | path

Searched refs:CXCursor_UnexposedDecl (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDCodeCompleteConsumer.cpp564 if (CursorKind == CXCursor_UnexposedDecl) { in computeCursorKindAndAvailability()
HDSemaCodeComplete.cpp3013 return CXCursor_UnexposedDecl; in getCursorKindForDecl()
3084 return CXCursor_UnexposedDecl; in getCursorKindForDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang-c/
HDIndex.h1536 CXCursor_UnexposedDecl = 1, enumerator
1617 CXCursor_FirstDecl = CXCursor_UnexposedDecl,