OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isAssignmentOp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h
117
static bool
isAssignmentOp
(OverloadedOperatorKind Opc) {
124
bool
isAssignmentOp
() const { return
isAssignmentOp
(getOperator()); }
331
bool
isAssignmentOp
() const { return false; }
Expr.h
3864
static bool
isAssignmentOp
(Opcode Opc) {
3867
bool
isAssignmentOp
() const { return
isAssignmentOp
(getOpcode()); }
Completed in 22 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026