Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp557 ParseFunctionStatementBody(LM.D, FnScope); in ParseLexedMethodDef()
DParseTemplate.cpp1368 ParseFunctionStatementBody(LPT.D, FnScope); in ParseLateTemplatedFuncDef()
DParseStmt.cpp1857 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() function in Parser
DParser.cpp1104 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
DParseObjc.cpp2913 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
/external/clang/include/clang/Parse/
DParser.h1735 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);