Home
last modified time | relevance | path

Searched refs:getAttrExprOperand (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DTypeLoc.h772 Expr *getAttrExprOperand() const { in getAttrExprOperand() function
/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h1700 Expr *getAttrExprOperand() const { in getAttrExprOperand() function
/external/clang/lib/Serialization/
DASTWriter.cpp628 Expr *operand = TL.getAttrExprOperand(); in VisitAttributedTypeLoc()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp271 Record.AddStmt(TL.getAttrExprOperand()); in VisitDependentAddressSpaceTypeLoc()
/external/clang/lib/Sema/
DTreeTransform.h5766 newTL.setAttrExprOperand(TL.getAttrExprOperand()); in TransformAttributedType()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h5371 NewTL.setAttrExprOperand(TL.getAttrExprOperand()); in TransformDependentAddressSpaceType()