Searched refs:ValueLoc (Results 1 – 3 of 3) sorted by relevance
368 SourceLocation ValueLoc, in ActOnObjCBoolLiteral() argument372 Inner = ActOnCXXBoolLiteral(ValueLoc, Value? tok::kw_true : tok::kw_false); in ActOnObjCBoolLiteral()376 Inner = ActOnIntegerConstant(ValueLoc, Value? 1 : 0); in ActOnObjCBoolLiteral()
3479 LocTy ValueLoc = Lex.getLoc(); in ParseMDField() local3485 return Error(ValueLoc, "'" + Name + "' cannot be empty"); in ParseMDField()
5099 ExprResult ActOnObjCBoolLiteral(SourceLocation AtLoc, SourceLocation ValueLoc,