Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp596 ParseFunctionStatementBody(LM.D, FnScope); in ParseLexedMethodDef()
H A DParseTemplate.cpp1764 ParseFunctionStatementBody(LPT.D, FnScope); in ParseLateTemplatedFuncDef()
H A DParseStmt.cpp2434 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() function in Parser
H A DParser.cpp1461 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
H A DParseObjc.cpp3740 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2400 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);