Searched refs:ValueLoc (Results 1 – 3 of 3) sorted by relevance
366 SourceLocation ValueLoc, in ActOnObjCBoolLiteral() argument370 Inner = ActOnCXXBoolLiteral(ValueLoc, Value? tok::kw_true : tok::kw_false); in ActOnObjCBoolLiteral()374 Inner = ActOnIntegerConstant(ValueLoc, Value? 1 : 0); in ActOnObjCBoolLiteral()
3685 LocTy ValueLoc = Lex.getLoc(); in ParseMDField() local3691 return Error(ValueLoc, "'" + Name + "' cannot be empty"); in ParseMDField()
5216 ExprResult ActOnObjCBoolLiteral(SourceLocation AtLoc, SourceLocation ValueLoc,