OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getObjectKind
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp
64
refExpr->getValueKind(), refExpr->
getObjectKind
(),
70
refExpr->getValueKind(), refExpr->
getObjectKind
(),
80
refExpr->getValueKind(), refExpr->
getObjectKind
(),
102
refExpr->getType(), refExpr->getValueKind(), refExpr->
getObjectKind
(),
132
uop->
getObjectKind
(), uop->getOperatorLoc(), uop->canOverflow(),
171
rebuiltExpr->
getObjectKind
(), ce->getRParenLoc(),
363
e->getValueKind(), e->
getObjectKind
(),
1643
uop->getValueKind(), uop->
getObjectKind
(),
1652
cop->getValueKind(), cop->
getObjectKind
(), cop->getOperatorLoc(),
1661
bop->
getObjectKind
(), bop->getOperatorLoc()
[
all
...]
SemaFixItUtils.cpp
132
if (!Expr->isLValue() || Expr->
getObjectKind
() != OK_Ordinary)
SemaExpr.cpp
2064
E->setObjectKind(BE->
getObjectKind
());
4276
if (E->
getObjectKind
() == OK_BitField) {
4556
if (V.get()->
getObjectKind
() != OK_Ordinary) {
8781
commonExpr->
getObjectKind
(),
13322
OK = Op->
getObjectKind
();
13562
} else if (op->
getObjectKind
() == OK_BitField) { // C99 6.5.3.2p1
13565
} else if (op->
getObjectKind
() == OK_VectorComponent) {
13568
} else if (op->
getObjectKind
() == OK_MatrixComponent) {
14018
LHS.get()->
getObjectKind
() != OK_ObjCProperty) {
14020
OK = LHS.get()->
getObjectKind
();
[
all
...]
SemaExprCXX.cpp
4194
assert(From->
getObjectKind
() != OK_ObjCProperty);
6176
OK = NonThrow->
getObjectKind
();
6284
if (LHS.get()->
getObjectKind
() == OK_BitField ||
6285
RHS.get()->
getObjectKind
() == OK_BitField)
7098
BO->
getObjectKind
(), BO->getOperatorLoc(),
SemaCoroutine.cpp
426
OpaqueValueExpr(Loc, E->getType(), VK_LValue, E->
getObjectKind
(), E);
SemaExprMember.cpp
1778
if (BaseExpr->
getObjectKind
() == OK_Ordinary)
SemaCast.cpp
2225
switch (SrcExpr.get()->
getObjectKind
()) {
SemaOverload.cpp
13526
assert(Args[0]->
getObjectKind
() != OK_ObjCProperty);
13901
LHS->
getObjectKind
(), LHS);
13904
RHS->
getObjectKind
(), RHS);
13966
Result.get()->getValueKind(), Result.get()->
getObjectKind
(), OpLoc,
SemaChecking.cpp
402
BuiltinCall->setObjectKind(CE->
getObjectKind
());
2589
return (Arg->IgnoreParens()->
getObjectKind
() == OK_BitField ||
SemaInit.cpp
5845
Initializer->
getObjectKind
());
8647
Cur->getValueKind(), Cur->
getObjectKind
(), Cur);
SemaExprObjC.cpp
4555
sub->getValueKind(), sub->
getObjectKind
(),
SemaOpenMP.cpp
4301
if (CaptureExpr->
getObjectKind
() == OK_Ordinary && CaptureExpr->isGLValue()) {
4347
CaptureExpr->
getObjectKind
() == OK_Ordinary && CaptureExpr->isGLValue() &&
6804
MemberCall->getValueKind(), MemberCall->
getObjectKind
());
TreeTransform.h
14491
if (First->
getObjectKind
() == OK_ObjCProperty) {
14502
if (Second && Second->
getObjectKind
() == OK_ObjCProperty) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
436
///
getObjectKind
- The object kind that this expression produces.
439
ExprObjectKind
getObjectKind
() const {
444
ExprObjectKind OK =
getObjectKind
();
464
bool refersToBitField() const { return
getObjectKind
() == OK_BitField; }
496
return
getObjectKind
() == OK_MatrixComponent;
1000
subexpr->
getObjectKind
()),
2050
val->
getObjectKind
()),
ExprCXX.h
293
SemanticForm->getValueKind(), SemanticForm->
getObjectKind
()),
1257
Param->getDefaultArg()->
getObjectKind
()),
4070
Pattern->
getObjectKind
()),
4696
Resume->
getObjectKind
()),
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprClassification.cpp
554
return (E->getLHS()->
getObjectKind
() == OK_ObjCProperty
ASTImporter.cpp
6573
ExprObjectKind OK = E->
getObjectKind
();
6923
E->getValueKind(), E->
getObjectKind
(), ToOperatorLoc, E->canOverflow(),
6967
E->getValueKind(), E->
getObjectKind
(), ToOperatorLoc,
6984
E->getValueKind(), E->
getObjectKind
());
7004
E->
getObjectKind
());
7046
ToLocation, ToType, E->getValueKind(), E->
getObjectKind
(), ToSourceExpr);
7059
ToLHS, ToRHS, ToType, E->getValueKind(), E->
getObjectKind
(),
7078
E->getValueKind(), E->
getObjectKind
(), ToOperatorLoc,
7586
E->
getObjectKind
(), E->isNonOdrUse());
8565
ToE->setObjectKind(FromE->
getObjectKind
());
[
all
...]
Expr.cpp
3808
E->
getObjectKind
() == OK_ObjCProperty) &&
4126
AssocExprs[ResultIndex]->
getObjectKind
()),
4224
Init->
getObjectKind
()),
4556
assert(semantics[resultIndex]->
getObjectKind
() == OK_Ordinary);
TextNodeDumper.cpp
160
switch (E->
getObjectKind
()) {
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
553
Record.push_back(E->
getObjectKind
());
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp
4277
assert(E->
getObjectKind
() == OK_Ordinary);
CGBuiltin.cpp
11563
bool IsBitField = Arg->IgnoreParens()->
getObjectKind
() == OK_BitField;
Completed in 265 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026