Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp41 StmtVector Stmts; in ParseStatement() local
99 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, in ParseStatementOrDeclaration()
168 StmtVector &Stmts, ParsedStmtContext StmtCtx, in ParseStatementOrDeclarationAfterAttributes()
723 StmtVector Stmts; in ParseLabeledStatement() local
1067 bool Parser::ConsumeNullStmt(StmtVector &Stmts) { in ConsumeNullStmt()
1138 StmtVector Stmts; in ParseCompoundStatementBody() local
2395 StmtResult Parser::ParsePragmaLoopHint(StmtVector &Stmts, in ParsePragmaLoopHint()
2685 void Parser::ParseMicrosoftIfExistsStatement(StmtVector &Stmts) { in ParseMicrosoftIfExistsStatement()
H A DParseDecl.cpp5389 Parser::StmtVector Stmts; in ParseTopLevelStmtDecl() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtObjC.cpp36 Stmt **Stmts = getStmts(); in ObjCAtTryStmt() local
H A DStmtCXX.cpp42 Stmt **Stmts = getStmts(); in CXXTryStmt() local
H A DStmt.cpp365 CompoundStmt::CompoundStmt(ArrayRef<Stmt *> Stmts, FPOptionsOverride FPFeatures, in CompoundStmt()
375 void CompoundStmt::setStmts(ArrayRef<Stmt *> Stmts) { in setStmts()
382 CompoundStmt *CompoundStmt::Create(const ASTContext &C, ArrayRef<Stmt *> Stmts, in Create()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DBodyFarm.cpp137 CompoundStmt *ASTMaker::makeCompound(ArrayRef<Stmt *> Stmts) { in makeCompound()
566 Stmt *Stmts[] = { B, CE }; in create_dispatch_once() local
668 Stmt *Stmts[2]; in create_OSAtomicCompareAndSwap() local
H A DCFG.cpp5665 SmallVector<const Stmt *, 3> Stmts; in print_construction_context() local
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp148 const std::vector<Record*> Stmts in deriveChildTree() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h93 llvm::TinyPtrVector<const Stmt*> Stmts; variable
96 ArrayRef<const Stmt *> Stmts) in PossiblyUnreachableDiag()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp154 SmallVector<Stmt *, 16> Stmts; in VisitCompoundStmt() local
1362 Stmt **Stmts = E->getTrailingObjects<Stmt *>(); in VisitGenericSelectionExpr() local
H A DASTWriterStmt.cpp1232 Stmt **Stmts = E->getTrailingObjects<Stmt *>(); in VisitGenericSelectionExpr() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp115 SmallVector<Stmt *, 32> Stmts; member in __anon40098a510111::RewriteObjC
H A DRewriteModernObjC.cpp125 SmallVector<Stmt *, 32> Stmts; member in __anon2abafbd60111::RewriteModernObjC
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp8149 llvm::SmallVector<Stmt*, 16> Stmts; member
8184 StmtListResult Stmts = visit(); in build() local
H A DSemaExpr.cpp20165 bool Sema::DiagIfReachable(SourceLocation Loc, ArrayRef<const Stmt *> Stmts, in DiagIfReachable()
20208 bool Sema::DiagRuntimeBehavior(SourceLocation Loc, ArrayRef<const Stmt*> Stmts, in DiagRuntimeBehavior()