Home
last modified time | relevance | path

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

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