Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp662 ParseFunctionStatementBody(LM.D, FnScope); in ParseLexedMethodDef()
H A DParseTemplate.cpp1682 ParseFunctionStatementBody(LPT.D, FnScope); in ParseLateTemplatedFuncDef()
H A DParser.cpp1525 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
H A DParseStmt.cpp2513 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() function in Parser
H A DParseObjc.cpp3753 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2490 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);