mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-13 22:48:43 +03:00
DtoTypeInfoOf(): Make Loc param mandatory and move to 1st position
This commit is contained in:
parent
a9aafac862
commit
d3574b9835
9 changed files with 35 additions and 35 deletions
|
@ -126,7 +126,7 @@ LLConstant *DtoConstInitializer(const Loc &loc, Type *type,
|
|||
LLConstant *DtoConstExpInit(const Loc &loc, Type *targetType, Expression *exp);
|
||||
|
||||
// getting typeinfo of type, base=true casts to object.TypeInfo
|
||||
LLConstant *DtoTypeInfoOf(Type *type, bool base = true, const Loc &loc = Loc());
|
||||
LLConstant *DtoTypeInfoOf(const Loc &loc, Type *type, bool base = true);
|
||||
|
||||
// target stuff
|
||||
void findDefaultTarget();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue