Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseCXXInlineMethods.cpp433 ParseFunctionTryBlock(LM.D, FnScope); in ParseLexedMethodDef()
DParseTemplate.cpp1336 ParseFunctionTryBlock(LPT.D, FnScope); in ParseLateTemplatedFuncDef()
DParser.cpp1151 return ParseFunctionTryBlock(Res, BodyScope); in ParseFunctionDefinition()
DParseStmt.cpp2475 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock() function in Parser
DParseObjc.cpp2947 MCDecl = ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h1639 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope);