Home
last modified time | relevance | path

Searched refs:ParseFunctionStatementBody (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp406 ParseFunctionStatementBody(LM.D, FnScope); in ParseLexedMethodDef()
DParseTemplate.cpp1221 ParseFunctionStatementBody(LMT.D, FnScope); in ParseLateTemplatedFuncDef()
DParser.cpp980 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
DParseStmt.cpp1801 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() function in Parser
/external/clang/include/clang/Parse/
DParser.h1409 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);