Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDTypeLoc.h776 void setAttrEnumOperandLoc(SourceLocation loc) { in setAttrEnumOperandLoc() function
817 setAttrEnumOperandLoc(loc); in initializeLocal()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp4479 TL.setAttrEnumOperandLoc(attrs->getArgAsIdent(0)->Loc); in fillAttributedTypeLoc()
4481 TL.setAttrEnumOperandLoc(attrs->getArgAsExpr(0)->getExprLoc()); in fillAttributedTypeLoc()
HDTreeTransform.h5447 newTL.setAttrEnumOperandLoc(TL.getAttrEnumOperandLoc()); in TransformAttributedType()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5593 TL.setAttrEnumOperandLoc(ReadSourceLocation(Record, Idx)); in VisitAttributedTypeLoc()