Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp555 ParseFunctionStatementBody(LM.D, FnScope); in ParseLexedMethodDef()
H A DParseTemplate.cpp1456 ParseFunctionStatementBody(LPT.D, FnScope); in ParseLateTemplatedFuncDef()
H A DParseStmt.cpp2013 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() function in Parser
H A DParser.cpp1246 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
H A DParseObjc.cpp3659 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2075 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);