Home
last modified time | relevance | path

Searched refs:CXCursor_UnexposedStmt (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp293 K = CXCursor_UnexposedStmt; in MakeCXCursor()
365 K = CXCursor_UnexposedStmt; in MakeCXCursor()
373 K = CXCursor_UnexposedStmt; in MakeCXCursor()
640 K = CXCursor_UnexposedStmt; in MakeCXCursor()
DCIndex.cpp5327 case CXCursor_UnexposedStmt: in clang_getCursorKindSpelling()
5911 case CXCursor_UnexposedStmt: in clang_isUnexposed()
/external/clang/tools/libclang/
DCXCursor.cpp290 K = CXCursor_UnexposedStmt; in MakeCXCursor()
298 K = CXCursor_UnexposedStmt; in MakeCXCursor()
536 K = CXCursor_UnexposedStmt; in MakeCXCursor()
DCIndex.cpp4642 case CXCursor_UnexposedStmt: in clang_getCursorKindSpelling()
5134 case CXCursor_UnexposedStmt: in clang_isUnexposed()
/external/clang/include/clang-c/
DIndex.h2030 CXCursor_UnexposedStmt = 200, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h2205 CXCursor_UnexposedStmt = 200, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs326 const CXCursor_UnexposedStmt = 200, constant