Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp581 ParseFunctionStatementBody(LM.D, FnScope); in ParseLexedMethodDef()
H A DParseTemplate.cpp1698 ParseFunctionStatementBody(LPT.D, FnScope); in ParseLateTemplatedFuncDef()
H A DParseStmt.cpp2255 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() function in Parser
H A DParser.cpp1374 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
H A DParseObjc.cpp3686 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2320 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);