Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2127 CXCursor_ObjCAutoreleasePoolStmt = 221, enumerator
/external/clang/tools/libclang/
DCXCursor.cpp192 K = CXCursor_ObjCAutoreleasePoolStmt; in MakeCXCursor()
DCIndex.cpp4688 case CXCursor_ObjCAutoreleasePoolStmt: in clang_getCursorKindSpelling()
/external/llvm-project/clang/include/clang-c/
DIndex.h2302 CXCursor_ObjCAutoreleasePoolStmt = 221, enumerator
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp256 K = CXCursor_ObjCAutoreleasePoolStmt; in MakeCXCursor()
DCIndex.cpp5373 case CXCursor_ObjCAutoreleasePoolStmt: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs348 const CXCursor_ObjCAutoreleasePoolStmt = 221, constant