Home
last modified time | relevance | path

Searched refs:getAttrLoc (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDeclAttr.cpp206 getAttrLoc(const AttrInfo &AL) { in getAttrLoc() function
209 static SourceLocation getAttrLoc(const ParsedAttr &AL) { return AL.getLoc(); } in getAttrLoc() function
224 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()
DTreeTransform.h7573 return getDerived().RebuildAttributedStmt(S->getAttrLoc(), Attrs, in TransformAttributedStmt()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DStmt.h1925 SourceLocation getAttrLoc() const { return AttributedStmtBits.AttrLoc; } in getAttrLoc() function
1933 SourceLocation getBeginLoc() const { return getAttrLoc(); } in getBeginLoc()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTWriterStmt.cpp133 Record.AddSourceLocation(S->getAttrLoc()); in VisitAttributedStmt()
/openbsd/src/gnu/llvm/clang/lib/AST/
DASTImporter.cpp6559 ExpectedSLoc ToAttrLocOrErr = import(S->getAttrLoc()); in VisitAttributedStmt()