Home
last modified time | relevance | path

Searched refs:ParseStatementOrDeclaration (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Parse/
DParseStmt.cpp43 Res = ParseStatementOrDeclaration( in ParseStatement()
102 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, in ParseStatementOrDeclaration() function in Parser
987 R = ParseStatementOrDeclaration(Stmts, ACK_Any); in ParseCompoundStatementBody()
2233 StmtResult R = ParseStatementOrDeclaration(Stmts, ACK_Any); in ParseMicrosoftIfExistsStatement()
/external/clang/include/clang/Parse/
DParser.h1677 ParseStatementOrDeclaration(StmtVector &Stmts, AllowedContsructsKind Allowed,