|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Sema/Sema.h 4647 ExprResult BuildUnaryOp(Scope *S, SourceLocation OpLoc,
References
tools/clang/lib/Parse/ParseStmtAsm.cpp 658 Actions.BuildUnaryOp(getCurScope(), AsmLoc, UO_AddrOf, OpExpr).get();
tools/clang/lib/Sema/SemaExpr.cpp 4302 return BuildUnaryOp(S, OpLoc, Opc, Input);
13761 return BuildUnaryOp(S, OpLoc, ConvertTokenKindToUnaryOpcode(Op), Input);
16525 return S.BuildUnaryOp(nullptr, UO->getOperatorLoc(), UO_Extension,
tools/clang/lib/Sema/SemaPseudoObject.cpp 948 return S.BuildUnaryOp(Sc, opcLoc, opcode, result.get());
tools/clang/lib/Sema/SemaStmt.cpp 2318 AdjustedRange = SemaRef.BuildUnaryOp(S, RangeLoc, UO_Deref, Range);
tools/clang/lib/Sema/TreeTransform.h 2208 return getSema().BuildUnaryOp(/*Scope=*/nullptr, OpLoc, Opc, SubExpr);