Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A 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)
2119 ExprValueKind VK, ExprObjectKind OK, SourceLocation l,
2134 ExprObjectKind OK, SourceLocation l,
2584 ExprObjectKind OK, SourceLocation rbracketloc) in ArraySubscriptExpr()
3131 QualType T, ExprValueKind VK, ExprObjectKind OK,
[all …]
H A 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()
H A DExprOpenMP.h65 QualType Type, ExprValueKind VK, ExprObjectKind OK, in OMPArraySectionExpr()
H A DExprCXX.h1007 ExprObjectKind OK, SourceLocation RBracketLoc) in MSPropertySubscriptExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h124 enum ExprObjectKind { enum
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1574 ExprValueKind VK, ExprObjectKind OK, in MemberExpr()
1594 QualType T, ExprValueKind VK, ExprObjectKind OK, NonOdrUseReason NOUR) { in Create()
4407 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator()
4424 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator()
4449 ExprValueKind VK, ExprObjectKind OK, in Create()
4471 ExprObjectKind OK, SourceLocation opLoc, in Create()
4491 QualType type, ExprValueKind VK, ExprObjectKind OK, in UnaryOperator()
4506 ExprValueKind VK, ExprObjectKind OK, in Create()
H A DASTImporter.cpp6573 ExprObjectKind OK = E->getObjectKind(); in VisitChooseExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp897 QualType Ty, ExprValueKind VK, ExprObjectKind OK, in BuildMemberExpr()
910 QualType Ty, ExprValueKind VK, ExprObjectKind OK, in BuildMemberExpr()
1776 ExprObjectKind OK = OK_Ordinary; in BuildFieldReferenceExpr()
H A DSemaExpr.cpp5440 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinArraySubscriptExpr()
6543 ExprObjectKind OK = OK_Ordinary; in BuildAsTypeExpr()
8217 ExprObjectKind &OK, in CheckConditionalOperands()
8788 ExprObjectKind OK = OK_Ordinary; in ActOnConditionalOp()
13243 ExprObjectKind &OK, in CheckIncrementDecrementOperand()
13874 ExprValueKind VK, ExprObjectKind OK, in convertHalfVecBinOp()
13982 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinBinOp()
14649 ExprObjectKind OK = OK_Ordinary; in CreateBuiltinUnaryOp()
15241 ExprObjectKind OK = OK_Ordinary; in ActOnChooseExpr()
H A DSemaExprCXX.cpp6113 ExprObjectKind &OK, in CXXCheckConditionalOperands()
H A DSemaChecking.cpp6367 ExprObjectKind OK = OK_Ordinary; in SemaConvertVectorExpr()
H A DSemaOpenMP.cpp15201 ExprObjectKind OK, SourceLocation Loc) { in getOpenMPCapturedExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5353 ExprValueKind VK, ExprObjectKind OK,
5361 ExprValueKind VK, ExprObjectKind OK,
10291 ExprObjectKind OK, SourceLocation Loc);
11594 ExprValueKind &VK, ExprObjectKind &OK, SourceLocation QuestionLoc);
11597 ExprValueKind &VK, ExprObjectKind &OK, SourceLocation questionLoc);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp545 E->setObjectKind(static_cast<ExprObjectKind>(Record.readInt())); in VisitExpr()