Home
last modified time | relevance | path

Searched refs:CXEvalResultKind (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/clang-sys/src/
Dlib.rs624 enum CXEvalResultKind {
1896 pub fn clang_EvalResult_getKind(result: CXEvalResult) -> CXEvalResultKind;
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs2136 fn kind(&self) -> CXEvalResultKind { in kind() argument