Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4795 getAttrLoc(const AttrInfo &AL) { in getAttrLoc() function
4798 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)
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2237 SourceLocation getAttrLoc() const { return AttributedStmtBits.AttrLoc; }
2245 SourceLocation getBeginLoc() const { return getAttrLoc(); }
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp196 Record.AddSourceLocation(S->getAttrLoc()); in VisitAttributedStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp89 SourceLocation Sema::getAttrLoc(const AttributeCommonInfo &CI) { in getAttrLoc() function in Sema
5955 S.Diag(S.getAttrLoc(AL), diag::err_attribute_argument_out_of_range) in handlePatchableFunctionEntryAttr()
H A DTreeTransform.h8291 return getDerived().RebuildAttributedStmt(S->getAttrLoc(), Attrs, in TransformAttributedStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7257 ExpectedSLoc ToAttrLocOrErr = import(S->getAttrLoc()); in VisitAttributedStmt()