Home
last modified time | relevance | path

Searched refs:ExprObjectKind (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DExpr.h107 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK, in Expr()
409 ExprObjectKind getObjectKind() const { in getObjectKind()
410 return static_cast<ExprObjectKind>(ExprBits.ObjectKind); in getObjectKind()
414 ExprObjectKind OK = getObjectKind(); in isOrdinaryOrBitFieldObject()
422 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; } in setObjectKind()
795 ExprObjectKind OK = OK_Ordinary,
1650 ExprValueKind VK, ExprObjectKind OK, SourceLocation l) in UnaryOperator()
2050 ExprValueKind VK, ExprObjectKind OK, in ArraySubscriptExpr()
2337 ExprValueKind VK, ExprObjectKind OK) in MemberExpr()
2356 ExprValueKind VK, ExprObjectKind OK) in MemberExpr()
[all …]
DExprObjC.h560 ExprValueKind VK, ExprObjectKind OK,
572 ExprValueKind VK, ExprObjectKind OK,
583 QualType T, ExprValueKind VK, ExprObjectKind OK,
594 QualType T, ExprValueKind VK, ExprObjectKind OK,
604 QualType T, ExprValueKind VK, ExprObjectKind OK,
794 ExprValueKind VK, ExprObjectKind OK,
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DSpecifiers.h114 enum ExprObjectKind { enum
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprMember.cpp860 ExprValueKind VK, ExprObjectKind OK, in BuildMemberExpr()
1691 ExprObjectKind OK = OK_Ordinary; in BuildFieldReferenceExpr()
DSemaExpr.cpp3732 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinArraySubscriptExpr()
4526 ExprObjectKind OK = OK_Ordinary; in ActOnAsTypeExpr()
5523 ExprObjectKind &OK, in CheckConditionalOperands()
5939 ExprObjectKind OK = OK_Ordinary; in ActOnConditionalOp()
9090 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinBinOp()
9560 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinUnaryOp()
10140 ExprObjectKind OK = OK_Ordinary; in ActOnChooseExpr()
DSemaExprCXX.cpp4374 ExprObjectKind &OK, in CXXCheckConditionalOperands()
DSemaChecking.cpp1836 ExprObjectKind OK = OK_Ordinary; in SemaConvertVectorExpr()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderStmt.cpp420 E->setObjectKind(static_cast<ExprObjectKind>(Record[Idx++])); in VisitExpr()
2038 ExprObjectKind OK = static_cast<ExprObjectKind>(Record[Idx++]); in ReadStmtFromStream()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h7413 ExprValueKind &VK, ExprObjectKind &OK, SourceLocation QuestionLoc);
7416 ExprValueKind &VK, ExprObjectKind &OK, SourceLocation questionLoc);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DExpr.cpp1346 ExprObjectKind ok) { in Create()