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

/external/clang/include/clang/AST/
H A DTypeLoc.h682 void setAttrExprOperand(Expr *e) { function in class:clang::AttributedTypeLoc
732 setAttrExprOperand(0);
/external/clang/lib/Serialization/
H A DASTReader.cpp4316 TL.setAttrExprOperand(Reader.ReadExpr(F));
4318 TL.setAttrExprOperand(0);
/external/clang/lib/Sema/
H A DSemaType.cpp3007 TL.setAttrExprOperand(attrs->getArg(0));
H A DTreeTransform.h4862 newTL.setAttrExprOperand(TL.getAttrExprOperand());

Completed in 147 milliseconds