Searched refs:ValueLoc (Results 1 – 5 of 5) sorted by relevance
2300 SMLoc ValueLoc = Lex.getLoc(); in ParseForeachDeclaration() local2307 Error(ValueLoc, "expected a list, got '" + I->getAsString() + Type + "'"); in ParseForeachDeclaration()
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()
4098 LocTy ValueLoc = Lex.getLoc(); in ParseMDField() local4104 return Error(ValueLoc, "'" + Name + "' cannot be empty"); in ParseMDField()
5216 ExprResult ActOnObjCBoolLiteral(SourceLocation AtLoc, SourceLocation ValueLoc,