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

/external/clang/include/clang/AST/
H A DTypeLoc.h736 void setAttrExprOperand(Expr *e) { function in class:clang::AttributedTypeLoc
786 setAttrExprOperand(0);
/external/clang/lib/Serialization/
H A DASTReader.cpp5101 TL.setAttrExprOperand(Reader.ReadExpr(F));
5103 TL.setAttrExprOperand(0);
/external/clang/lib/Sema/
H A DSemaType.cpp3381 TL.setAttrExprOperand(attrs->getArg(0));
H A DTreeTransform.h5024 newTL.setAttrExprOperand(TL.getAttrExprOperand());

Completed in 121 milliseconds