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.cpp3013 return CXCursor_UnexposedDecl; in getCursorKindForDecl()
3085 return CXCursor_UnexposedDecl; in getCursorKindForDecl()
/external/clang/include/clang-c/
DIndex.h1553 CXCursor_UnexposedDecl = 1, enumerator
1634 CXCursor_FirstDecl = CXCursor_UnexposedDecl,
/external/clang/tools/libclang/
DCIndex.cpp4179 case CXCursor_UnexposedDecl: in clang_getCursorKindSpelling()
4767 case CXCursor_UnexposedDecl: in clang_isUnexposed()