Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h776 void setAttrExprOperand(Expr *e) { in setAttrExprOperand() function
826 setAttrExprOperand(nullptr); in initializeLocal()
/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h1703 void setAttrExprOperand(Expr *e) { in setAttrExprOperand() function
1740 setAttrExprOperand(getTypePtr()->getAddrSpaceExpr()); in initializeLocal()
/external/clang/lib/Serialization/
DASTReader.cpp5865 TL.setAttrExprOperand(Reader.ReadExpr(F)); in VisitAttributedTypeLoc()
5867 TL.setAttrExprOperand(nullptr); in VisitAttributedTypeLoc()
/external/clang/lib/Sema/
DSemaType.cpp4805 TL.setAttrExprOperand(attrs->getArgAsExpr(0)); in fillAttributedTypeLoc()
DTreeTransform.h5766 newTL.setAttrExprOperand(TL.getAttrExprOperand()); in TransformAttributedType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp6173 DASTL.setAttrExprOperand(AL.getArgAsExpr(0)); in fillDependentAddressSpaceTypeLoc()
DTreeTransform.h5371 NewTL.setAttrExprOperand(TL.getAttrExprOperand()); in TransformDependentAddressSpaceType()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6534 TL.setAttrExprOperand(Reader.readExpr()); in VisitDependentAddressSpaceTypeLoc()