Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DTypeLoc.h739 void setAttrExprOperand(Expr *e) { in setAttrExprOperand() function
789 setAttrExprOperand(0); in initializeLocal()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp5104 TL.setAttrExprOperand(Reader.ReadExpr(F)); in VisitAttributedTypeLoc()
5106 TL.setAttrExprOperand(0); in VisitAttributedTypeLoc()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp3480 TL.setAttrExprOperand(attrs->getArgAsExpr(0)); in fillAttributedTypeLoc()
DTreeTransform.h5066 newTL.setAttrExprOperand(TL.getAttrExprOperand()); in TransformAttributedType()