Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp570 if (CursorKind == CXCursor_UnexposedDecl) { in computeCursorKindAndAvailability()
DSemaCodeComplete.cpp2833 return CXCursor_UnexposedDecl; in getCursorKindForDecl()
2899 return CXCursor_UnexposedDecl; in getCursorKindForDecl()
/external/clang/include/clang-c/
DIndex.h1379 CXCursor_UnexposedDecl = 1, enumerator
1460 CXCursor_FirstDecl = CXCursor_UnexposedDecl,
/external/clang/tools/libclang/
DCIndex.cpp3390 case CXCursor_UnexposedDecl: in clang_getCursorKindSpelling()
3865 case CXCursor_UnexposedDecl: in clang_isUnexposed()