Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp99 SM.getSpellingLoc(TL.getAttrEnumOperandLoc()), in handleAttr()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h747 SourceLocation getAttrEnumOperandLoc() const { in getAttrEnumOperandLoc() function
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp591 Writer.AddSourceLocation(TL.getAttrEnumOperandLoc(), Record); in VisitAttributedTypeLoc()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h5383 newTL.setAttrEnumOperandLoc(TL.getAttrEnumOperandLoc()); in TransformAttributedType()