Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1783 void setAttrExprOperand(Expr *e) { in setAttrExprOperand() function
1820 setAttrExprOperand(getTypePtr()->getAddrSpaceExpr()); in initializeLocal()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6219 DASTL.setAttrExprOperand(AL.getArgAsExpr(0)); in fillDependentAddressSpaceTypeLoc()
H A DTreeTransform.h5835 NewTL.setAttrExprOperand(TL.getAttrExprOperand()); in TransformDependentAddressSpaceType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6869 TL.setAttrExprOperand(Reader.readExpr()); in VisitDependentAddressSpaceTypeLoc()