Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp87 SourceLocation Loc = TL.getAttrNameLoc(); in handleAttr()
287 SourceLocation Loc = ATLs[i].first.getAttrNameLoc(); in checkAllAtProps()
/external/clang/lib/AST/
DTypeLoc.cpp373 return attributedLoc.getAttrNameLoc(); in findNullabilityLoc()
/external/clang/include/clang/AST/
DTypeLoc.h762 SourceLocation getAttrNameLoc() const { in getAttrNameLoc() function
816 SourceRange range(getAttrNameLoc()); in getLocalSourceRange()
/external/clang/lib/Sema/
DTreeTransform.h5585 SemaRef.Diag(TL.getAttrNameLoc(), diag::err_nullability_nonpointer) in TransformAttributedType()
5597 newTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformAttributedType()
/external/clang/lib/Serialization/
DASTWriter.cpp587 Writer.AddSourceLocation(TL.getAttrNameLoc(), Record); in VisitAttributedTypeLoc()