Searched refs:BuildUnaryOp (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Parse/
H A DParseStmtAsm.cpp551 Actions.BuildUnaryOp(getCurScope(), AsmLoc, UO_AddrOf, OpExpr).get();
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp916 return S.BuildUnaryOp(Sc, opcLoc, opcode, result.get());
H A DSemaStmt.cpp2050 AdjustedRange = SemaRef.BuildUnaryOp(S, RangeLoc, UO_Deref, Range);
H A DSemaExpr.cpp3738 return BuildUnaryOp(S, OpLoc, Opc, Input);
10002 ExprResult Sema::BuildUnaryOp(Scope *S, SourceLocation OpLoc, function in class:Sema
10052 return BuildUnaryOp(S, OpLoc, ConvertTokenKindToUnaryOpcode(Op), Input);
H A DTreeTransform.h1714 return getSema().BuildUnaryOp(/*Scope=*/nullptr, OpLoc, Opc, SubExpr);
/external/clang/include/clang/Sema/
H A DSema.h3474 ExprResult BuildUnaryOp(Scope *S, SourceLocation OpLoc,

Completed in 272 milliseconds