Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp561 ParseFunctionStatementBody(LM.D, FnScope); in ParseLexedMethodDef()
DParseTemplate.cpp1406 ParseFunctionStatementBody(LPT.D, FnScope); in ParseLateTemplatedFuncDef()
DParser.cpp1173 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
DParseStmt.cpp1935 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() function in Parser
DParseObjc.cpp3661 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
/external/clang/include/clang/Parse/
DParser.h1847 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);