Home
last modified time | relevance | path

Searched refs:CXCursor_UnexposedDecl (Results 1 – 10 of 10) 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/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp699 if (CursorKind == CXCursor_UnexposedDecl) { in computeCursorKindAndAvailability()
DSemaCodeComplete.cpp3784 return CXCursor_UnexposedDecl; in getCursorKindForDecl()
3896 return CXCursor_UnexposedDecl; in getCursorKindForDecl()
/external/clang/include/clang-c/
DIndex.h1564 CXCursor_UnexposedDecl = 1, enumerator
1645 CXCursor_FirstDecl = CXCursor_UnexposedDecl,
/external/llvm-project/clang/include/clang-c/
DIndex.h1717 CXCursor_UnexposedDecl = 1, enumerator
1798 CXCursor_FirstDecl = CXCursor_UnexposedDecl,
/external/rust/crates/bindgen/src/ir/
Ditem.rs1390 if cursor.kind() == CXCursor_UnexposedDecl { in parse()
/external/rust/crates/clang-sys/src/
Dlib.rs219 const CXCursor_UnexposedDecl = 1, constant
/external/clang/tools/libclang/
DCIndex.cpp4524 case CXCursor_UnexposedDecl: in clang_getCursorKindSpelling()
5132 case CXCursor_UnexposedDecl: in clang_isUnexposed()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp5197 case CXCursor_UnexposedDecl: in clang_getCursorKindSpelling()
5909 case CXCursor_UnexposedDecl: in clang_isUnexposed()