| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Expr.h | 121 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK) in Expr() 438 ExprObjectKind getObjectKind() const { in getObjectKind() 439 return static_cast<ExprObjectKind>(ExprBits.ObjectKind); in getObjectKind() 443 ExprObjectKind OK = getObjectKind(); in isOrdinaryOrBitFieldObject() 451 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; } in setObjectKind() 1152 ExprObjectKind OK = OK_Ordinary, Expr *SourceExpr = nullptr) 2198 ExprValueKind VK, ExprObjectKind OK, SourceLocation l, 2213 ExprObjectKind OK, SourceLocation l, 2664 ExprObjectKind OK, SourceLocation rbracketloc) in ArraySubscriptExpr() 3214 QualType T, ExprValueKind VK, ExprObjectKind OK, [all …]
|
| H A D | ExprObjC.h | 649 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()
|
| H A D | ExprOpenMP.h | 65 QualType Type, ExprValueKind VK, ExprObjectKind OK, in OMPArraySectionExpr()
|
| H A D | ExprCXX.h | 1013 ExprObjectKind OK, SourceLocation RBracketLoc) in MSPropertySubscriptExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 137 enum ExprObjectKind { enum
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Expr.cpp | 1699 ExprValueKind VK, ExprObjectKind OK, in MemberExpr() 1719 QualType T, ExprValueKind VK, ExprObjectKind OK, NonOdrUseReason NOUR) { in Create() 4593 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator() 4610 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator() 4635 ExprValueKind VK, ExprObjectKind OK, in Create() 4657 ExprObjectKind OK, SourceLocation opLoc, in Create() 4677 QualType type, ExprValueKind VK, ExprObjectKind OK, in UnaryOperator() 4692 ExprValueKind VK, ExprObjectKind OK, in Create()
|
| H A D | ASTImporter.cpp | 6950 ExprObjectKind OK = E->getObjectKind(); in VisitChooseExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 899 QualType Ty, ExprValueKind VK, ExprObjectKind OK, in BuildMemberExpr() 912 QualType Ty, ExprValueKind VK, ExprObjectKind OK, in BuildMemberExpr() 1800 ExprObjectKind OK = OK_Ordinary; in BuildFieldReferenceExpr()
|
| H A D | SemaExpr.cpp | 5652 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinArraySubscriptExpr() 7125 ExprObjectKind OK = OK_Ordinary; in BuildAsTypeExpr() 8840 ExprObjectKind &OK, in CheckConditionalOperands() 9435 ExprObjectKind OK = OK_Ordinary; in ActOnConditionalOp() 14354 ExprObjectKind &OK, in CheckIncrementDecrementOperand() 15025 ExprValueKind VK, ExprObjectKind OK, in convertHalfVecBinOp() 15133 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinBinOp() 15790 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinUnaryOp() 16398 ExprObjectKind OK = OK_Ordinary; in ActOnChooseExpr()
|
| H A D | SemaExprCXX.cpp | 6476 ExprObjectKind &OK, in CXXCheckConditionalOperands()
|
| H A D | SemaChecking.cpp | 7732 ExprObjectKind OK = OK_Ordinary; in SemaConvertVectorExpr()
|
| H A D | SemaOpenMP.cpp | 17947 ExprObjectKind OK, SourceLocation Loc) { in getOpenMPCapturedExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 5826 ExprValueKind VK, ExprObjectKind OK, 5834 ExprValueKind VK, ExprObjectKind OK, 11090 ExprObjectKind OK, SourceLocation Loc); 12570 ExprValueKind &VK, ExprObjectKind &OK, SourceLocation QuestionLoc); 12573 ExprValueKind &VK, ExprObjectKind &OK, SourceLocation questionLoc);
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 531 E->setObjectKind(static_cast<ExprObjectKind>(Record.readInt())); in VisitExpr()
|