X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogrambuilder.h;h=9860b4683320ad335dda5b6fdc5072b8ef0b5f6f;hb=00d3ccedefb1a5efb3d2d4625a2b68446703fbab;hp=1f9bb846aa0b5729a0ffb3583d5d3e939861b2c1;hpb=0687d51f638169ffe55ad27e71ae99508ef3c38c;p=libs%2Fgl.git diff --git a/source/programbuilder.h b/source/programbuilder.h index 1f9bb846..9860b468 100644 --- a/source/programbuilder.h +++ b/source/programbuilder.h @@ -87,6 +87,7 @@ private: const VariableDefinition *variable; const VariableDefinition *type; std::string resolved_name; + std::string resolved_block; bool fuzzy_space; std::string resolved_space; bool array_sum; @@ -141,6 +142,7 @@ public: private: std::string create_source(const std::list &, VariableScope) const; bool evaluate_flags(const char *) const; + static const char *unqualified_name(const char *); static MatchType name_match(const char *, const char *, const char ** = 0); static bool parse_identifier(const char *, unsigned &, unsigned &); static std::vector extract_identifiers(const char *);