Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp87 SourceLocation Loc = TL.getAttrNameLoc(); in handleAttr()
289 SourceLocation Loc = ATLs[i].first.getAttrNameLoc(); in checkAllAtProps()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h725 SourceLocation getAttrNameLoc() const { in getAttrNameLoc() function
779 SourceRange range(getAttrNameLoc()); in getLocalSourceRange()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp580 Writer.AddSourceLocation(TL.getAttrNameLoc(), Record); in VisitAttributedTypeLoc()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h5377 newTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformAttributedType()