Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp444 ParseFunctionStatementBody(LM.D, FnScope); in ParseLexedMethodDef()
DParseTemplate.cpp1336 ParseFunctionStatementBody(LMT.D, FnScope); in ParseLateTemplatedFuncDef()
DParser.cpp1093 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
DParseStmt.cpp1973 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() function in Parser
DParseObjc.cpp2903 MCDecl = ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
/external/clang/include/clang/Parse/
DParser.h1581 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);