Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DCodeCompleteConsumer.cpp540 if (CursorKind == CXCursor_UnexposedDecl) { in computeCursorKindAndAvailability()
DSemaCodeComplete.cpp2919 return CXCursor_UnexposedDecl; in getCursorKindForDecl()
2988 return CXCursor_UnexposedDecl; in getCursorKindForDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang-c/
DIndex.h1465 CXCursor_UnexposedDecl = 1, enumerator
1546 CXCursor_FirstDecl = CXCursor_UnexposedDecl,