Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h122 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()
2196 ExprObjectKind OK, SourceLocation l,
2648 ExprObjectKind OK, SourceLocation rbracketloc) in ArraySubscriptExpr()
3198 QualType T, ExprValueKind VK, ExprObjectKind OK,
3219 ExprObjectKind OK) { in CreateImplicit()
4158 ExprValueKind VK, ExprObjectKind OK) in ConditionalOperator()
4482 ExprValueKind VK, ExprObjectKind OK, in ConvertVectorExpr()
[all …]
H A DExprObjC.h652 ExprObjectKind OK, SourceLocation l, Expr *base) in ObjCPropertyRefExpr()
660 ExprObjectKind OK, SourceLocation l, SourceLocation sl, in ObjCPropertyRefExpr()
669 QualType T, ExprValueKind VK, ExprObjectKind OK, in ObjCPropertyRefExpr()
679 QualType T, ExprValueKind VK, ExprObjectKind OK, in ObjCPropertyRefExpr()
690 QualType T, ExprValueKind VK, ExprObjectKind OK, in ObjCPropertyRefExpr()
862 ExprObjectKind OK, ObjCMethodDecl *getMethod, in ObjCSubscriptRefExpr()
H A DExprOpenMP.h65 QualType Type, ExprValueKind VK, ExprObjectKind OK, in OMPArraySectionExpr()
H A DStmt.h359 LLVM_PREFERRED_TYPE(ExprObjectKind) in alignas()
H A DExprCXX.h1013 ExprObjectKind OK, SourceLocation RBracketLoc) in MSPropertySubscriptExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h144 enum ExprObjectKind { enum
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1687 ExprValueKind VK, ExprObjectKind OK, in MemberExpr()
1707 QualType T, ExprValueKind VK, ExprObjectKind OK, NonOdrUseReason NOUR) { in Create()
4673 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator()
4690 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator()
4715 ExprValueKind VK, ExprObjectKind OK, in Create()
4737 ExprObjectKind OK, SourceLocation opLoc, in Create()
4757 QualType type, ExprValueKind VK, ExprObjectKind OK, in UnaryOperator()
4772 ExprValueKind VK, ExprObjectKind OK, in Create()
H A DASTImporter.cpp7199 ExprObjectKind OK = E->getObjectKind(); in VisitChooseExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp932 QualType Ty, ExprValueKind VK, ExprObjectKind OK, in BuildMemberExpr()
945 QualType Ty, ExprValueKind VK, ExprObjectKind OK, in BuildMemberExpr()
1843 ExprObjectKind OK = OK_Ordinary; in BuildFieldReferenceExpr()
H A DSemaExpr.cpp5901 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinArraySubscriptExpr()
7423 ExprObjectKind OK = OK_Ordinary; in BuildAsTypeExpr()
9182 ExprObjectKind &OK, in CheckConditionalOperands()
9775 ExprObjectKind OK = OK_Ordinary; in ActOnConditionalOp()
14815 ExprObjectKind &OK, in CheckIncrementDecrementOperand()
15512 ExprValueKind VK, ExprObjectKind OK, in convertHalfVecBinOp()
15620 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinBinOp()
16286 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinUnaryOp()
16907 ExprObjectKind OK = OK_Ordinary; in ActOnChooseExpr()
H A DSemaExprCXX.cpp6593 ExprObjectKind &OK, in CXXCheckConditionalOperands()
H A DSemaChecking.cpp9481 ExprObjectKind OK = OK_Ordinary; in SemaConvertVectorExpr()
H A DSemaOpenMP.cpp18286 ExprObjectKind OK, SourceLocation Loc) { in getOpenMPCapturedExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5980 ExprValueKind VK, ExprObjectKind OK,
5988 ExprValueKind VK, ExprObjectKind OK,
11467 ExprObjectKind OK, SourceLocation Loc);
12984 ExprValueKind &VK, ExprObjectKind &OK, SourceLocation QuestionLoc);
12987 ExprValueKind &VK, ExprObjectKind &OK, SourceLocation questionLoc);
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp538 E->setObjectKind(static_cast<ExprObjectKind>( in VisitExpr()