Searched defs:Stmts (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 41 StmtVector Stmts; in ParseStatement() local 98 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, bool OnlyStatement, in ParseStatementOrDeclaration() 151 Parser::ParseStatementOrDeclarationAfterAttributes(StmtVector &Stmts, in ParseStatementOrDeclarationAfterAttributes() 559 StmtVector Stmts; in ParseLabeledStatement() local 903 StmtVector Stmts; in ParseCompoundStatementBody() local 1544 StmtVector Stmts; in ParseForStatement() local 1817 StmtResult Parser::ParsePragmaLoopHint(StmtVector &Stmts, bool OnlyStatement, in ParsePragmaLoopHint() 2080 void Parser::ParseMicrosoftIfExistsStatement(StmtVector &Stmts) { in ParseMicrosoftIfExistsStatement()
|
D | Parser.cpp | 700 StmtVector Stmts; in ParseExternalDeclaration() local 711 StmtVector Stmts; in ParseExternalDeclaration() local 723 StmtVector Stmts; in ParseExternalDeclaration() local 733 StmtVector Stmts; in ParseExternalDeclaration() local
|
D | ParseDecl.cpp | 1285 Parser::DeclGroupPtrTy Parser::ParseDeclaration(StmtVector &Stmts, in ParseDeclaration() 1352 Parser::ParseSimpleDeclaration(StmtVector &Stmts, unsigned Context, in ParseSimpleDeclaration()
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 107 CompoundStmt *ASTMaker::makeCompound(ArrayRef<Stmt *> Stmts) { in makeCompound() 226 Stmt *Stmts[2]; in create_dispatch_once() local 327 Stmt *Stmts[2]; in create_OSAtomicCompareAndSwap() local
|
/external/clang/utils/TableGen/ |
D | ClangASTNodesEmitter.cpp | 155 const std::vector<Record*> Stmts in run() local
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 255 CompoundStmt::CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts, in CompoundStmt() 271 void CompoundStmt::setStmts(const ASTContext &C, Stmt **Stmts, in setStmts() 723 Stmt **Stmts = getStmts(); in ObjCAtTryStmt() local 783 Stmt **Stmts = reinterpret_cast<Stmt **>(this + 1); in CXXTryStmt() local
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 133 SmallVector<Stmt *, 16> Stmts; in VisitCompoundStmt() local
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 114 SmallVector<Stmt *, 32> Stmts; member in __anond27f26930111::RewriteObjC
|
D | RewriteModernObjC.cpp | 122 SmallVector<Stmt *, 32> Stmts; member in __anon567941980111::RewriteModernObjC
|