Home
last modified time | relevance | path

Searched defs:CXCompletionContext_ObjCInterface (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang-c/
DIndex.h4929 CXCompletionContext_ObjCInterface = 1 << 14, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs1111 const CXCompletionContext_ObjCInterface = 16384; constant