Home
last modified time | relevance | path

Searched defs:Stmts (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp172 const std::vector<Record*> Stmts deriveChildTree() local
255 const std::vector<Record *> Stmts = EmitClangDeclContext() local
/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp46 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 DParseDecl.cpp5959 Parser::StmtVector Stmts; ParseTopLevelStmtDecl() local
/llvm-project/clang/lib/AST/
H A DStmtObjC.cpp36 Stmt **Stmts = getStmts(); in ObjCAtTryStmt() local
H A DStmtCXX.cpp43 Stmt **Stmts = getStmts(); in CXXTryStmt() local
H A DStmt.cpp366 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 DBodyFarm.cpp137 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 DCFG.cpp5671 SmallVector<const Stmt *, 3> Stmts; print_construction_context() local
[all...]
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DMatchSwitchTest.cpp32 TEST(MatchSwitchTest, Stmts) { in TEST() argument
H A DTestingSupport.cpp83 std::map<unsigned, const Stmt *> Stmts; in buildStatementToAnnotationMapping() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp302 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 DScopeInfo.h93 llvm::TinyPtrVector<const Stmt*> Stmts; variable
96 ArrayRef<const Stmt *> Stmts) in PossiblyUnreachableDiag() argument
/llvm-project/polly/include/polly/
H A DScopInfo.h1690 StmtSet Stmts; global() variable
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp155 SmallVector<Stmt *, 16> Stmts; VisitCompoundStmt() local
1401 Stmt **Stmts = E->getTrailingObjects<Stmt *>(); VisitGenericSelectionExpr() local
H A DASTWriterStmt.cpp1345 Stmt **Stmts = E->getTrailingObjects<Stmt *>(); VisitGenericSelectionExpr() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp115 SmallVector<Stmt *, 32> Stmts; global() member in __anonf379f6ed0111::RewriteObjC
[all...]
H A DRewriteModernObjC.cpp125 SmallVector<Stmt *, 32> Stmts; global() member in __anon2c496d720111::RewriteModernObjC
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8256 llvm::SmallVector<Stmt*, 16> Stmts; global() member
8291 StmtListResult Stmts = visit(); build() local
[all...]
H A DSemaExpr.cpp19850 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 DSemaOpenMP.cpp9543 SmallVector<Stmt *> Stmts; buildPreInits() local