| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Stmt.h | 72 enum StmtClass { in alignas() enum 1147 explicit Stmt(StmtClass SC, EmptyShell) : Stmt(SC) {} in alignas() 1156 Stmt(StmtClass SC) { in alignas() 1165 StmtClass getStmtClass() const { in alignas() 1166 return static_cast<StmtClass>(StmtBits.sClass); in alignas() 1179 static void addStmtClass(const StmtClass s); in alignas() 1566 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) in SwitchCase() 1571 SwitchCase(StmtClass SC, EmptyShell) : Stmt(SC) {} in SwitchCase() 2895 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, in AsmStmt() 2903 explicit AsmStmt(StmtClass SC, EmptyShell Empty) : Stmt(SC, Empty) {} in AsmStmt()
|
| H A D | Expr.h | 120 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK) in Expr() 130 explicit Expr(StmtClass SC, EmptyShell) : ValueStmt(SC) { } in Expr() 1008 FullExpr(StmtClass SC, Expr *subexpr) in FullExpr() 1014 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr() 2845 static unsigned offsetToTrailingObjects(StmtClass SC); 2864 CallExpr(StmtClass SC, Expr *Fn, ArrayRef<Expr *> PreArgs, 2870 CallExpr(StmtClass SC, unsigned NumPreArgs, unsigned NumArgs, 3501 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize, in CastExpr() 3703 ExplicitCastExpr(StmtClass SC, QualType exprTy, ExprValueKind VK, in ExplicitCastExpr() 4037 BinaryOperator(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) { in BinaryOperator() [all …]
|
| H A D | ExprCXX.h | 387 CXXNamedCastExpr(StmtClass SC, QualType ty, ExprValueKind VK, CastKind kind, in CXXNamedCastExpr() 395 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() 1250 CXXDefaultArgExpr(StmtClass SC, SourceLocation Loc, ParmVarDecl *Param, in CXXDefaultArgExpr() 1503 CXXConstructExpr(StmtClass SC, QualType Ty, SourceLocation Loc, 1511 CXXConstructExpr(StmtClass SC, EmptyShell Empty, unsigned NumArgs); 2908 OverloadExpr(StmtClass SC, const ASTContext &Context, 2917 OverloadExpr(StmtClass SC, EmptyShell Empty, unsigned NumResults, 4707 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Operand, in CoroutineSuspendExpr() 4721 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr() 4734 CoroutineSuspendExpr(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) { in CoroutineSuspendExpr()
|
| H A D | StmtOpenMP.h | 159 OMPCanonicalLoop() : Stmt(StmtClass::OMPCanonicalLoopClass) {} in OMPCanonicalLoop() 181 return S->getStmtClass() == StmtClass::OMPCanonicalLoopClass; in classof() 295 OMPExecutableDirective(StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective() 697 OMPLoopBasedDirective(StmtClass SC, OpenMPDirectiveKind Kind, in OMPLoopBasedDirective() 966 explicit OMPLoopTransformationDirective(StmtClass SC, in OMPLoopTransformationDirective() 1137 OMPLoopDirective(StmtClass SC, OpenMPDirectiveKind Kind, in OMPLoopDirective()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 45 virtual void HandleStmtClass(Stmt::StmtClass SC) = 0; 89 void HandleStmtClass(Stmt::StmtClass SC) override { in HandleStmtClass() 176 void HandleStmtClass(Stmt::StmtClass SC) override { in HandleStmtClass() 1620 static Stmt::StmtClass DecodeOperatorCall(const CXXOperatorCallExpr *S, in DecodeOperatorCall() 1835 Stmt::StmtClass SC = DecodeOperatorCall(S, UnaryOp, BinaryOp); in VisitCXXOperatorCallExpr()
|
| H A D | ExprCXX.cpp | 413 OverloadExpr::OverloadExpr(StmtClass SC, const ASTContext &Context, in OverloadExpr() 451 OverloadExpr::OverloadExpr(StmtClass SC, EmptyShell Empty, unsigned NumResults, in OverloadExpr() 1059 StmtClass SC, QualType Ty, SourceLocation Loc, CXXConstructorDecl *Ctor, in CXXConstructExpr() 1085 CXXConstructExpr::CXXConstructExpr(StmtClass SC, EmptyShell Empty, in CXXConstructExpr()
|
| H A D | Stmt.cpp | 56 static StmtClassNameTable &getStmtInfoTableEntry(Stmt::StmtClass E) { in getStmtInfoTableEntry() 78 return getStmtInfoTableEntry((StmtClass) StmtBits.sClass).Name; in getStmtClassName() 124 void Stmt::addStmtClass(StmtClass s) { in addStmtClass()
|
| H A D | Expr.cpp | 1350 CallExpr::CallExpr(StmtClass SC, Expr *Fn, ArrayRef<Expr *> PreArgs, in CallExpr() 1382 CallExpr::CallExpr(StmtClass SC, unsigned NumPreArgs, unsigned NumArgs, in CallExpr() 1429 unsigned CallExpr::offsetToTrailingObjects(StmtClass SC) { in offsetToTrailingObjects()
|
| H A D | ASTStructuralEquivalence.cpp | 373 case Stmt::StmtClass::CLASS##Class: \ in IsEquivalent()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1263 BuildOptions &setAlwaysAdd(Stmt::StmtClass stmtClass, bool val = true) {
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 2928 Stmt::StmtClass Class, in RebuildCXXNamedCastExpr()
|