Searched refs:getAttrLoc (Results 1 – 5 of 5) sorted by relevance
206 getAttrLoc(const AttrInfo &AL) { in getAttrLoc() function209 static SourceLocation getAttrLoc(const ParsedAttr &AL) { return AL.getLoc(); } in getAttrLoc() function224 S.Diag(getAttrLoc(AI), diag::err_attribute_argument_n_type) in checkUInt32Argument()228 S.Diag(getAttrLoc(AI), diag::err_attribute_argument_type) in checkUInt32Argument()240 S.Diag(getAttrLoc(AI), diag::err_attribute_requires_positive_integer) in checkUInt32Argument()315 S.Diag(getAttrLoc(AI), diag::err_attribute_argument_n_type) in checkFunctionOrMethodParameterIndex()323 S.Diag(getAttrLoc(AI), diag::err_attribute_argument_out_of_bounds) in checkFunctionOrMethodParameterIndex()329 S.Diag(getAttrLoc(AI), diag::err_attribute_invalid_implicit_this_argument) in checkFunctionOrMethodParameterIndex()5642 S.Diag(getAttrLoc(AL), diag::err_attribute_argument_out_of_range) in handlePatchableFunctionEntryAttr()
7573 return getDerived().RebuildAttributedStmt(S->getAttrLoc(), Attrs, in TransformAttributedStmt()
1925 SourceLocation getAttrLoc() const { return AttributedStmtBits.AttrLoc; } in getAttrLoc() function1933 SourceLocation getBeginLoc() const { return getAttrLoc(); } in getBeginLoc()
133 Record.AddSourceLocation(S->getAttrLoc()); in VisitAttributedStmt()
6559 ExpectedSLoc ToAttrLocOrErr = import(S->getAttrLoc()); in VisitAttributedStmt()