Home
last modified time | relevance | path

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

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