OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CompoundAssignOperator
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
3958
/// Construct an empty BinaryOperator, SC is
CompoundAssignOperator
.
3970
///
CompoundAssignOperator
- For compound assignments (e.g. +=), we keep
3976
class
CompoundAssignOperator
: public BinaryOperator {
3980
/// Construct an empty
CompoundAssignOperator
.
3981
explicit
CompoundAssignOperator
(const ASTContext &C, EmptyShell Empty,
3986
CompoundAssignOperator
(const ASTContext &C, Expr *lhs, Expr *rhs, Opcode opc,
3998
static
CompoundAssignOperator
*CreateEmpty(const ASTContext &C,
4001
static
CompoundAssignOperator
*
4023
return isa<
CompoundAssignOperator
>(this) ? sizeof(
CompoundAssignOperator
)
[
all
...]
Expr.h
3958
/// Construct an empty BinaryOperator, SC is
CompoundAssignOperator
.
3970
///
CompoundAssignOperator
- For compound assignments (e.g. +=), we keep
3976
class
CompoundAssignOperator
: public BinaryOperator {
3980
/// Construct an empty
CompoundAssignOperator
.
3981
explicit
CompoundAssignOperator
(const ASTContext &C, EmptyShell Empty,
3986
CompoundAssignOperator
(const ASTContext &C, Expr *lhs, Expr *rhs, Opcode opc,
3998
static
CompoundAssignOperator
*CreateEmpty(const ASTContext &C,
4001
static
CompoundAssignOperator
*
4023
return isa<
CompoundAssignOperator
>(this) ? sizeof(
CompoundAssignOperator
)
[
all
...]
Completed in 62 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026