Home
last modified time | relevance | path

Searched refs:getAttrNameLoc (Results 1 – 8 of 8) 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/llvm-project/clang/include/clang/AST/
DTypeLoc.h1690 SourceLocation getAttrNameLoc() const { in getAttrNameLoc() function
1719 SourceRange range(getAttrNameLoc()); in getLocalSourceRange()
1791 SourceLocation getAttrNameLoc() const { return getLocalData()->AttrLoc; } in getAttrNameLoc() function
1818 SourceRange range(getAttrNameLoc()); in getLocalSourceRange()
/external/clang/lib/AST/
DTypeLoc.cpp365 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/llvm-project/clang/lib/Serialization/
DASTWriter.cpp267 Record.AddSourceLocation(TL.getAttrNameLoc()); in VisitDependentAddressSpaceTypeLoc()
293 Record.AddSourceLocation(TL.getAttrNameLoc()); in VisitConstantMatrixTypeLoc()
303 Record.AddSourceLocation(TL.getAttrNameLoc()); in VisitDependentSizedMatrixTypeLoc()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h5275 NewTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformConstantMatrixType()
5330 NewTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformDependentSizedMatrixType()
5372 NewTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformDependentAddressSpaceType()
/external/clang/lib/Sema/
DTreeTransform.h5750 SemaRef.Diag(TL.getAttrNameLoc(), diag::err_nullability_nonpointer) in TransformAttributedType()
5762 newTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformAttributedType()
/external/clang/lib/Serialization/
DASTWriter.cpp621 Record.AddSourceLocation(TL.getAttrNameLoc()); in VisitAttributedTypeLoc()