Home
last modified time | relevance | path

Searched refs:ParseDeclaration (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParser.cpp990 return ParseDeclaration(DeclaratorContext::File, DeclEnd, Attrs, in ParseExternalDeclaration()
998 return ParseDeclaration(DeclaratorContext::File, DeclEnd, Attrs, in ParseExternalDeclaration()
1010 return ParseDeclaration(DeclaratorContext::File, DeclEnd, Attrs, in ParseExternalDeclaration()
1022 return ParseDeclaration(DeclaratorContext::File, DeclEnd, Attrs, in ParseExternalDeclaration()
1032 return ParseDeclaration(DeclaratorContext::File, DeclEnd, Attrs, in ParseExternalDeclaration()
HDParseStmt.cpp259 Decl = ParseDeclaration(DeclaratorContext::Block, DeclEnd, CXX11Attrs, in ParseStatementOrDeclarationAfterAttributes()
262 Decl = ParseDeclaration(DeclaratorContext::Block, DeclEnd, CXX11Attrs, in ParseStatementOrDeclarationAfterAttributes()
1269 DeclGroupPtrTy Res = ParseDeclaration(DeclaratorContext::Block, DeclEnd, in ParseCompoundStatementBody()
HDParseObjc.cpp712 allTUVariables.push_back(ParseDeclaration(DeclaratorContext::File, in ParseObjCInterfaceDeclList()
HDParseDecl.cpp2009 Parser::DeclGroupPtrTy Parser::ParseDeclaration(DeclaratorContext Context, in ParseDeclaration() function in Parser
/freebsd-14-stable/contrib/llvm-project/llvm/lib/TableGen/
HDTGParser.h283 Init *ParseDeclaration(Record *CurRec, bool ParsingTemplateArgs);
HDTGParser.cpp3243 Init *TGParser::ParseDeclaration(Record *CurRec, in ParseDeclaration() function in TGParser
3404 Init *TemplArg = ParseDeclaration(CurRec, true/*templateargs*/); in ParseTemplateArgList()
3413 TemplArg = ParseDeclaration(CurRec, true/*templateargs*/); in ParseTemplateArgList()
3448 if (!ParseDeclaration(CurRec, false)) in ParseBodyItem()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h2466 DeclGroupPtrTy ParseDeclaration(DeclaratorContext Context,