Searched refs:getAttrLoc (Results 1 – 6 of 6) sorted by relevance
4409 getAttrLoc(const AttrInfo &AL) { in getAttrLoc() function4412 SourceLocation getAttrLoc(const ParsedAttr &AL);4427 Diag(getAttrLoc(AI), diag::err_attribute_argument_n_type)4431 Diag(getAttrLoc(AI), diag::err_attribute_argument_type)4443 Diag(getAttrLoc(AI), diag::err_attribute_requires_positive_integer)4715 Diag(getAttrLoc(AI), diag::err_attribute_argument_n_type)4723 Diag(getAttrLoc(AI), diag::err_attribute_argument_out_of_bounds)4729 Diag(getAttrLoc(AI), diag::err_attribute_invalid_implicit_this_argument)
2118 SourceLocation getAttrLoc() const { return AttributedStmtBits.AttrLoc; }2126 SourceLocation getBeginLoc() const { return getAttrLoc(); }
196 Record.AddSourceLocation(S->getAttrLoc()); in VisitAttributedStmt()
90 SourceLocation Sema::getAttrLoc(const ParsedAttr &AL) { return AL.getLoc(); } in getAttrLoc() function in Sema5255 S.Diag(S.getAttrLoc(AL), diag::err_attribute_argument_out_of_range) in handlePatchableFunctionEntryAttr()
7998 return getDerived().RebuildAttributedStmt(S->getAttrLoc(), Attrs, in TransformAttributedStmt()
6910 ExpectedSLoc ToAttrLocOrErr = import(S->getAttrLoc()); in VisitAttributedStmt()