/llvm-project/clang/utils/TableGen/ |
H A D | ClangASTNodesEmitter.cpp | 172 const std::vector<Record*> Stmts deriveChildTree() local 255 const std::vector<Record *> Stmts = EmitClangDeclContext() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 46 StmtVector Stmts; ParseStatement() local 104 ParseStatementOrDeclaration(StmtVector & Stmts,ParsedStmtContext StmtCtx,SourceLocation * TrailingElseLoc) ParseStatementOrDeclaration() argument 173 ParseStatementOrDeclarationAfterAttributes(StmtVector & Stmts,ParsedStmtContext StmtCtx,SourceLocation * TrailingElseLoc,ParsedAttributes & CXX11Attrs,ParsedAttributes & GNUAttrs) ParseStatementOrDeclarationAfterAttributes() argument 773 StmtVector Stmts; ParseLabeledStatement() local 1126 ConsumeNullStmt(StmtVector & Stmts) ConsumeNullStmt() argument 1197 StmtVector Stmts; ParseCompoundStatementBody() local 2468 ParsePragmaLoopHint(StmtVector & Stmts,ParsedStmtContext StmtCtx,SourceLocation * TrailingElseLoc,ParsedAttributes & Attrs) ParsePragmaLoopHint() argument 2758 ParseMicrosoftIfExistsStatement(StmtVector & Stmts) ParseMicrosoftIfExistsStatement() argument [all...] |
H A D | ParseDecl.cpp | 5959 Parser::StmtVector Stmts; ParseTopLevelStmtDecl() local
|
/llvm-project/clang/lib/AST/ |
H A D | StmtObjC.cpp | 36 Stmt **Stmts = getStmts(); in ObjCAtTryStmt() local
|
H A D | StmtCXX.cpp | 43 Stmt **Stmts = getStmts(); in CXXTryStmt() local
|
H A D | Stmt.cpp | 366 CompoundStmt(ArrayRef<Stmt * > Stmts,FPOptionsOverride FPFeatures,SourceLocation LB,SourceLocation RB) CompoundStmt() argument 376 setStmts(ArrayRef<Stmt * > Stmts) setStmts() argument 383 Create(const ASTContext & C,ArrayRef<Stmt * > Stmts,FPOptionsOverride FPFeatures,SourceLocation LB,SourceLocation RB) Create() argument [all...] |
/llvm-project/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 137 CompoundStmt *ASTMaker::makeCompound(ArrayRef<Stmt *> Stmts) { in makeCompound() argument 566 Stmt *Stmts[] = { B, CE }; in create_dispatch_once() local 668 Stmt *Stmts[2]; in create_OSAtomicCompareAndSwap() local
|
H A D | CFG.cpp | 5671 SmallVector<const Stmt *, 3> Stmts; print_construction_context() local [all...] |
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | MatchSwitchTest.cpp | 32 TEST(MatchSwitchTest, Stmts) { in TEST() argument
|
H A D | TestingSupport.cpp | 83 std::map<unsigned, const Stmt *> Stmts; in buildStatementToAnnotationMapping() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | UseAfterMoveCheck.cpp | 302 getReinits(const CFGBlock * Block,const ValueDecl * MovedVariable,llvm::SmallPtrSetImpl<const Stmt * > * Stmts,llvm::SmallPtrSetImpl<const DeclRefExpr * > * DeclRefs) getReinits() argument
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 93 llvm::TinyPtrVector<const Stmt*> Stmts; variable 96 ArrayRef<const Stmt *> Stmts) in PossiblyUnreachableDiag() argument
|
/llvm-project/polly/include/polly/ |
H A D | ScopInfo.h | 1690 StmtSet Stmts; global() variable [all...] |
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 155 SmallVector<Stmt *, 16> Stmts; VisitCompoundStmt() local 1401 Stmt **Stmts = E->getTrailingObjects<Stmt *>(); VisitGenericSelectionExpr() local
|
H A D | ASTWriterStmt.cpp | 1345 Stmt **Stmts = E->getTrailingObjects<Stmt *>(); VisitGenericSelectionExpr() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 115 SmallVector<Stmt *, 32> Stmts; global() member in __anonf379f6ed0111::RewriteObjC [all...] |
H A D | RewriteModernObjC.cpp | 125 SmallVector<Stmt *, 32> Stmts; global() member in __anon2c496d720111::RewriteModernObjC [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 8256 llvm::SmallVector<Stmt*, 16> Stmts; global() member 8291 StmtListResult Stmts = visit(); build() local [all...] |
H A D | SemaExpr.cpp | 19850 DiagIfReachable(SourceLocation Loc,ArrayRef<const Stmt * > Stmts,const PartialDiagnostic & PD) DiagIfReachable() argument 19893 DiagRuntimeBehavior(SourceLocation Loc,ArrayRef<const Stmt * > Stmts,const PartialDiagnostic & PD) DiagRuntimeBehavior() argument
|
H A D | SemaOpenMP.cpp | 9543 SmallVector<Stmt *> Stmts; buildPreInits() local
|