Searched refs:ExprObjectKind (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 121 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK) in Expr() 444 ExprObjectKind getObjectKind() const { in getObjectKind() 445 return static_cast<ExprObjectKind>(ExprBits.ObjectKind); in getObjectKind() 449 ExprObjectKind OK = getObjectKind(); in isOrdinaryOrBitFieldObject() 457 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; } in setObjectKind() 1179 ExprObjectKind OK = OK_Ordinary, Expr *SourceExpr = nullptr) 2210 ExprValueKind VK, ExprObjectKind OK, SourceLocation l, 2225 ExprObjectKind OK, SourceLocation l, 2682 ExprObjectKind OK, SourceLocation rbracketloc) in ArraySubscriptExpr() 3231 ExprValueKind VK, ExprObjectKind OK, NonOdrUseReason NOUR); [all …]
|
H A D | Stmt.h | 359 LLVM_PREFERRED_TYPE(ExprObjectKind)
|
H A D | ExprCXX.h | 1017 ExprObjectKind OK, SourceLocation RBracketLoc) in MSPropertySubscriptExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Specifiers.h | 146 enum ExprObjectKind { enum
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 1720 ExprValueKind VK, ExprObjectKind OK, in MemberExpr() 1759 QualType T, ExprValueKind VK, ExprObjectKind OK, NonOdrUseReason NOUR) { in Create() 4764 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator() 4781 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator() 4806 ExprValueKind VK, ExprObjectKind OK, in Create() 4828 ExprObjectKind OK, SourceLocation opLoc, in Create() 4848 QualType type, ExprValueKind VK, ExprObjectKind OK, in UnaryOperator() 4863 ExprValueKind VK, ExprObjectKind OK, in Create()
|
H A D | ASTImporter.cpp | 7301 ExprObjectKind OK = E->getObjectKind(); in VisitChooseExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 936 QualType Ty, ExprValueKind VK, ExprObjectKind OK, in BuildMemberExpr() 1833 ExprObjectKind OK = OK_Ordinary; in BuildFieldReferenceExpr()
|
H A D | SemaExpr.cpp | 5096 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinArraySubscriptExpr() 6640 ExprObjectKind OK = OK_Ordinary; in BuildAsTypeExpr() 8331 ExprObjectKind &OK, in CheckConditionalOperands() 8780 ExprObjectKind OK = OK_Ordinary; in ActOnConditionalOp() 13787 ExprObjectKind &OK, in CheckIncrementDecrementOperand() 14511 ExprValueKind VK, ExprObjectKind OK, in convertHalfVecBinOp() 14616 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinBinOp() 15282 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinUnaryOp() 15901 ExprObjectKind OK = OK_Ordinary; in ActOnChooseExpr()
|
H A D | SemaExprCXX.cpp | 6821 ExprObjectKind &OK, in CXXCheckConditionalOperands()
|
H A D | SemaChecking.cpp | 5071 ExprObjectKind OK = OK_Ordinary; in ConvertVectorExpr()
|
H A D | SemaOpenMP.cpp | 17079 ExprObjectKind OK, in getOpenMPCapturedExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenMP.h | 158 ExprObjectKind OK, SourceLocation Loc);
|
H A D | Sema.h | 7366 ExprObjectKind &OK, SourceLocation QuestionLoc); 8396 ExprObjectKind &OK, SourceLocation questionLoc); 8599 ExprValueKind VK, ExprObjectKind OK,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 538 E->setObjectKind(static_cast<ExprObjectKind>( in VisitExpr()
|