Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/odb/
H A D0006-Adapt-to-changes-in-GCC-8.patch86 + scope_->tree_node (), get_identifier (n.c_str ())));
90 get_identifier (n.c_str ()), scope_->tree_node ()));
94 unit_->new_edge<defines> (*scope_, node, n);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dparsing_context.hpp143 std::shared_ptr<detail::Scope> scope_) in ParsingContext() argument
146 scope(std::move(scope_)), in ParsingContext()