Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h109 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK, in Expr()
408 ExprObjectKind getObjectKind() const { in getObjectKind()
409 return static_cast<ExprObjectKind>(ExprBits.ObjectKind); in getObjectKind()
413 ExprObjectKind OK = getObjectKind(); in isOrdinaryOrBitFieldObject()
421 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; } in setObjectKind()
855 ExprObjectKind OK = OK_Ordinary,
1679 ExprValueKind VK, ExprObjectKind OK, SourceLocation l) in UnaryOperator()
2069 ExprValueKind VK, ExprObjectKind OK, in ArraySubscriptExpr()
2369 QualType ty, ExprValueKind VK, ExprObjectKind OK) in MemberExpr()
2386 ExprValueKind VK, ExprObjectKind OK) in MemberExpr()
[all …]
DExprObjC.h574 ExprValueKind VK, ExprObjectKind OK,
586 ExprValueKind VK, ExprObjectKind OK,
597 QualType T, ExprValueKind VK, ExprObjectKind OK,
608 QualType T, ExprValueKind VK, ExprObjectKind OK,
618 QualType T, ExprValueKind VK, ExprObjectKind OK,
778 ExprValueKind VK, ExprObjectKind OK,
DExprOpenMP.h53 ExprValueKind VK, ExprObjectKind OK, in OMPArraySectionExpr()
DExprCXX.h739 ExprObjectKind OK, SourceLocation RBracketLoc) in MSPropertySubscriptExpr()
/external/clang/include/clang/Basic/
DSpecifiers.h119 enum ExprObjectKind { enum
/external/clang/lib/Sema/
DSemaExprMember.cpp913 ExprObjectKind OK, const TemplateArgumentListInfo *TemplateArgs = nullptr) { in BuildMemberExpr()
1770 ExprObjectKind OK = OK_Ordinary; in BuildFieldReferenceExpr()
DSemaExpr.cpp4376 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinArraySubscriptExpr()
5273 ExprObjectKind OK = OK_Ordinary; in ActOnAsTypeExpr()
6614 ExprObjectKind &OK, in CheckConditionalOperands()
7073 ExprObjectKind OK = OK_Ordinary; in ActOnConditionalOp()
10171 ExprObjectKind &OK, in CheckIncrementDecrementOperand()
10799 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinBinOp()
11307 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinUnaryOp()
11895 ExprObjectKind OK = OK_Ordinary; in ActOnChooseExpr()
DSemaExprCXX.cpp5105 ExprObjectKind &OK, in CXXCheckConditionalOperands()
DSemaChecking.cpp3466 ExprObjectKind OK = OK_Ordinary; in SemaConvertVectorExpr()
DSemaOpenMP.cpp8124 ExprObjectKind OK, SourceLocation Loc) { in getOpenMPCapturedExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp442 E->setObjectKind(static_cast<ExprObjectKind>(Record[Idx++])); in VisitExpr()
3038 ExprObjectKind OK = static_cast<ExprObjectKind>(Record[Idx++]); in ReadStmtFromStream()
/external/clang/include/clang/Sema/
DSema.h7947 ExprObjectKind OK, SourceLocation Loc);
8801 ExprValueKind &VK, ExprObjectKind &OK, SourceLocation QuestionLoc);
8804 ExprValueKind &VK, ExprObjectKind &OK, SourceLocation questionLoc);
/external/clang/lib/AST/
DExpr.cpp1407 QualType ty, ExprValueKind vk, ExprObjectKind ok) { in Create()