Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp41 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()
DParser.cpp700 StmtVector Stmts; in ParseExternalDeclaration() local
711 StmtVector Stmts; in ParseExternalDeclaration() local
723 StmtVector Stmts; in ParseExternalDeclaration() local
733 StmtVector Stmts; in ParseExternalDeclaration() local
DParseDecl.cpp1285 Parser::DeclGroupPtrTy Parser::ParseDeclaration(StmtVector &Stmts, in ParseDeclaration()
1352 Parser::ParseSimpleDeclaration(StmtVector &Stmts, unsigned Context, in ParseSimpleDeclaration()
/external/clang/lib/Analysis/
DBodyFarm.cpp107 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/
DClangASTNodesEmitter.cpp155 const std::vector<Record*> Stmts in run() local
/external/clang/lib/AST/
DStmt.cpp255 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/
DASTReaderStmt.cpp133 SmallVector<Stmt *, 16> Stmts; in VisitCompoundStmt() local
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp114 SmallVector<Stmt *, 32> Stmts; member in __anond27f26930111::RewriteObjC
DRewriteModernObjC.cpp122 SmallVector<Stmt *, 32> Stmts; member in __anon567941980111::RewriteModernObjC