Home
last modified time | relevance | path

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

12

/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 …]
DExprOpenMP.h53 ExprValueKind VK, ExprObjectKind OK, in OMPArraySectionExpr()
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,
DExprCXX.h739 ExprObjectKind OK, SourceLocation RBracketLoc) in MSPropertySubscriptExpr()
/external/clang/include/clang/Basic/
DSpecifiers.h119 enum ExprObjectKind { enum
/external/llvm-project/clang/include/clang/AST/
DExpr.h120 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK) in Expr()
439 ExprObjectKind getObjectKind() const { in getObjectKind()
440 return static_cast<ExprObjectKind>(ExprBits.ObjectKind); in getObjectKind()
444 ExprObjectKind OK = getObjectKind(); in isOrdinaryOrBitFieldObject()
452 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; } in setObjectKind()
1131 ExprObjectKind OK = OK_Ordinary, Expr *SourceExpr = nullptr)
2117 ExprValueKind VK, ExprObjectKind OK, SourceLocation l,
2132 ExprObjectKind OK, SourceLocation l,
2582 ExprObjectKind OK, SourceLocation rbracketloc) in ArraySubscriptExpr()
3129 QualType T, ExprValueKind VK, ExprObjectKind OK,
[all …]
DExprObjC.h649 ExprObjectKind OK, SourceLocation l, Expr *base) in ObjCPropertyRefExpr()
657 ExprObjectKind OK, SourceLocation l, SourceLocation sl, in ObjCPropertyRefExpr()
666 QualType T, ExprValueKind VK, ExprObjectKind OK, in ObjCPropertyRefExpr()
676 QualType T, ExprValueKind VK, ExprObjectKind OK, in ObjCPropertyRefExpr()
687 QualType T, ExprValueKind VK, ExprObjectKind OK, in ObjCPropertyRefExpr()
859 ExprObjectKind OK, ObjCMethodDecl *getMethod, in ObjCSubscriptRefExpr()
DExprOpenMP.h65 QualType Type, ExprValueKind VK, ExprObjectKind OK, in OMPArraySectionExpr()
DExprCXX.h997 ExprObjectKind OK, SourceLocation RBracketLoc) in MSPropertySubscriptExpr()
/external/llvm-project/clang/include/clang/Basic/
DSpecifiers.h124 enum ExprObjectKind { enum
/external/llvm-project/clang/lib/AST/
DExpr.cpp1493 ExprValueKind VK, ExprObjectKind OK, in MemberExpr()
1513 QualType T, ExprValueKind VK, ExprObjectKind OK, NonOdrUseReason NOUR) { in Create()
4331 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator()
4348 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator()
4373 ExprValueKind VK, ExprObjectKind OK, in Create()
4395 ExprObjectKind OK, SourceLocation opLoc, in Create()
4415 QualType type, ExprValueKind VK, ExprObjectKind OK, in UnaryOperator()
4430 ExprValueKind VK, ExprObjectKind OK, in Create()
DASTImporter.cpp6481 ExprObjectKind OK = E->getObjectKind(); in VisitChooseExpr()
/external/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp898 QualType Ty, ExprValueKind VK, ExprObjectKind OK, in BuildMemberExpr()
911 QualType Ty, ExprValueKind VK, ExprObjectKind OK, in BuildMemberExpr()
1777 ExprObjectKind OK = OK_Ordinary; in BuildFieldReferenceExpr()
DSemaExpr.cpp5406 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinArraySubscriptExpr()
6499 ExprObjectKind OK = OK_Ordinary; in ActOnAsTypeExpr()
8117 ExprObjectKind &OK, in CheckConditionalOperands()
8688 ExprObjectKind OK = OK_Ordinary; in ActOnConditionalOp()
13124 ExprObjectKind &OK, in CheckIncrementDecrementOperand()
13755 ExprValueKind VK, ExprObjectKind OK, in convertHalfVecBinOp()
13863 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinBinOp()
14530 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinUnaryOp()
15122 ExprObjectKind OK = OK_Ordinary; in ActOnChooseExpr()
DSemaExprCXX.cpp6039 ExprObjectKind &OK, in CXXCheckConditionalOperands()
/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()
DSemaOpenMP.cpp8124 ExprObjectKind OK, SourceLocation Loc) { in getOpenMPCapturedExpr()
DSemaChecking.cpp3466 ExprObjectKind OK = OK_Ordinary; in SemaConvertVectorExpr()
/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/llvm-project/clang/include/clang/Sema/
DSema.h5210 ExprValueKind VK, ExprObjectKind OK,
5218 ExprValueKind VK, ExprObjectKind OK,
10191 ExprObjectKind OK, SourceLocation Loc);
11398 ExprValueKind &VK, ExprObjectKind &OK, SourceLocation QuestionLoc);
11401 ExprValueKind &VK, ExprObjectKind &OK, SourceLocation questionLoc);
/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()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp543 E->setObjectKind(static_cast<ExprObjectKind>(Record.readInt())); in VisitExpr()

12