Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h121 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 DStmt.h359 LLVM_PREFERRED_TYPE(ExprObjectKind)
H A DExprCXX.h1017 ExprObjectKind OK, SourceLocation RBracketLoc) in MSPropertySubscriptExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h146 enum ExprObjectKind { enum
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1720 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 DASTImporter.cpp7301 ExprObjectKind OK = E->getObjectKind(); in VisitChooseExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp936 QualType Ty, ExprValueKind VK, ExprObjectKind OK, in BuildMemberExpr()
1833 ExprObjectKind OK = OK_Ordinary; in BuildFieldReferenceExpr()
H A DSemaExpr.cpp5096 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 DSemaExprCXX.cpp6821 ExprObjectKind &OK, in CXXCheckConditionalOperands()
H A DSemaChecking.cpp5071 ExprObjectKind OK = OK_Ordinary; in ConvertVectorExpr()
H A DSemaOpenMP.cpp17079 ExprObjectKind OK, in getOpenMPCapturedExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h158 ExprObjectKind OK, SourceLocation Loc);
H A DSema.h7366 ExprObjectKind &OK, SourceLocation QuestionLoc);
8396 ExprObjectKind &OK, SourceLocation questionLoc);
8599 ExprValueKind VK, ExprObjectKind OK,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp538 E->setObjectKind(static_cast<ExprObjectKind>( in VisitExpr()