Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp564 if (CursorKind == CXCursor_UnexposedDecl) { in computeCursorKindAndAvailability()
DSemaCodeComplete.cpp3025 return CXCursor_UnexposedDecl; in getCursorKindForDecl()
3098 return CXCursor_UnexposedDecl; in getCursorKindForDecl()
/external/clang/include/clang-c/
DIndex.h1564 CXCursor_UnexposedDecl = 1, enumerator
1645 CXCursor_FirstDecl = CXCursor_UnexposedDecl,
/external/clang/tools/libclang/
DCIndex.cpp4524 case CXCursor_UnexposedDecl: in clang_getCursorKindSpelling()
5132 case CXCursor_UnexposedDecl: in clang_isUnexposed()