Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Parse/
HDParseCXXInlineMethods.cpp628 ParseFunctionTryBlock(LM.D, FnScope); in ParseLexedMethodDef()
HDParseTemplate.cpp1668 ParseFunctionTryBlock(LPT.D, FnScope); in ParseLateTemplatedFuncDef()
HDParser.cpp1505 return ParseFunctionTryBlock(Res, BodyScope); in ParseFunctionDefinition()
HDParseStmt.cpp2547 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock() function in Parser
HDParseObjc.cpp3747 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
/freebsd-head/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h2491 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope);