Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Parse/
HDParseCXXInlineMethods.cpp662 ParseFunctionStatementBody(LM.D, FnScope); in ParseLexedMethodDef()
HDParseTemplate.cpp1682 ParseFunctionStatementBody(LPT.D, FnScope); in ParseLateTemplatedFuncDef()
HDParser.cpp1525 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
HDParseStmt.cpp2513 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() function in Parser
HDParseObjc.cpp3753 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
/freebsd-head/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h2490 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);