- File:
-
- 1 edited
-
src/ResolvExpr/CandidateFinder.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/CandidateFinder.hpp
rfed6a0f r46da46b 33 33 const ast::TypeEnvironment & env; ///< Substitutions performed in this resolution 34 34 ast::ptr< ast::Type > targetType; ///< Target type for resolution 35 bool strictMode = false; ///< If set to true, requires targetType to be exact match (inside return cast) 36 bool allowVoid = false; ///< If set to true, allow void-returning function calls (only top level, cast to void and first in comma) 35 37 std::set< std::string > otypeKeys; /// different type may map to same key 36 38 … … 63 65 const ast::SymbolTable & symtab, const ast::TypeEnvironment & env ); 64 66 65 /// Create an expression that preforms reference to rvalue conversion on66 /// the given expression and update the cost of the expression.67 const ast::Expr * referenceToRvalueConversion(68 const ast::Expr * expr, Cost & cost );69 70 67 } // namespace ResolvExpr 71 68
Note:
See TracChangeset
for help on using the changeset viewer.