Home
last modified time | relevance | path

Searched refs:TranslationUnit (Results 1 - 5 of 5) sorted by relevance

/third_party/json/tools/amalgamate/
H A Damalgamate.py94 t = TranslationUnit(file_path, self, True)
115 class TranslationUnit(object): class
240 t = TranslationUnit(found_included_path, self.amalgamation, False)
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs224 /// Note that we shouldn't create a `TranslationUnit` struct here, because
1708 pub struct TranslationUnit { structure names
1712 impl fmt::Debug for TranslationUnit {
1714 write!(fmt, "TranslationUnit {{ }}") in fmt()
1718 impl TranslationUnit { impls
1726 ) -> Option<TranslationUnit> { in parse()
1750 Some(TranslationUnit { x: tu }) in parse()
1784 impl Drop for TranslationUnit {
2208 pub fn new(tu: &TranslationUnit) -> Self { in new()
/third_party/musl/tools/api_cmp_tool/
H A Dcompare.py11 from clang.cindex import TranslationUnit namespace
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs368 translation_unit: clang::TranslationUnit,
540 clang::TranslationUnit::parse(
2018 pub fn translation_unit(&self) -> &clang::TranslationUnit { in translation_unit()
/third_party/rust/crates/clang-sys/src/
H A Dlib.rs1359 pub TranslationUnit: CXTranslationUnit,

Completed in 21 milliseconds