Searched refs:getAttrLoc (Results 1 – 6 of 6) sorted by relevance
4795 getAttrLoc(const AttrInfo &AL) { in getAttrLoc() function4798 SourceLocation getAttrLoc(const AttributeCommonInfo &CI);4813 Diag(getAttrLoc(AI), diag::err_attribute_argument_n_type)4817 Diag(getAttrLoc(AI), diag::err_attribute_argument_type)4829 Diag(getAttrLoc(AI), diag::err_attribute_requires_positive_integer)5110 Diag(getAttrLoc(AI), diag::err_attribute_argument_n_type)5119 Diag(getAttrLoc(AI), diag::err_attribute_argument_out_of_bounds)5125 Diag(getAttrLoc(AI), diag::err_attribute_invalid_implicit_this_argument)
2237 SourceLocation getAttrLoc() const { return AttributedStmtBits.AttrLoc; }2245 SourceLocation getBeginLoc() const { return getAttrLoc(); }
196 Record.AddSourceLocation(S->getAttrLoc()); in VisitAttributedStmt()
89 SourceLocation Sema::getAttrLoc(const AttributeCommonInfo &CI) { in getAttrLoc() function in Sema5955 S.Diag(S.getAttrLoc(AL), diag::err_attribute_argument_out_of_range) in handlePatchableFunctionEntryAttr()
8291 return getDerived().RebuildAttributedStmt(S->getAttrLoc(), Attrs, in TransformAttributedStmt()
7257 ExpectedSLoc ToAttrLocOrErr = import(S->getAttrLoc()); in VisitAttributedStmt()