Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h1735 void setAttrExprOperand(Expr *e) { in setAttrExprOperand() function
1772 setAttrExprOperand(getTypePtr()->getAddrSpaceExpr()); in initializeLocal()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp6379 DASTL.setAttrExprOperand(AL.getArgAsExpr(0)); in fillDependentAddressSpaceTypeLoc()
H A DTreeTransform.h5546 NewTL.setAttrExprOperand(TL.getAttrExprOperand()); in TransformDependentAddressSpaceType()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp6623 TL.setAttrExprOperand(Reader.readExpr()); in VisitDependentAddressSpaceTypeLoc()