Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseCXXInlineMethods.cpp464 ParseFunctionStatementBody(LM.D, FnScope); in ParseLexedMethodDef()
DParseTemplate.cpp1348 ParseFunctionStatementBody(LPT.D, FnScope); in ParseLateTemplatedFuncDef()
DParser.cpp1171 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
DParseStmt.cpp2442 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() function in Parser
DParseObjc.cpp2951 MCDecl = ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h1638 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);