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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h699 void setAttrExprOperand(Expr *e) { function in class:clang::AttributedTypeLoc
749 setAttrExprOperand(0);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5062 TL.setAttrExprOperand(Reader.ReadExpr(F));
5064 TL.setAttrExprOperand(0);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3322 TL.setAttrExprOperand(attrs->getArg(0));
H A DTreeTransform.h4935 newTL.setAttrExprOperand(TL.getAttrExprOperand());

Completed in 86 milliseconds