Searched refs:ParseDeclaration (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | TGParser.h | 241 Init *ParseDeclaration(Record *CurRec, bool ParsingTemplateArgs);
|
| H A D | TGParser.cpp | 2734 Init *TGParser::ParseDeclaration(Record *CurRec, in ParseDeclaration() function in TGParser 2888 Init *TemplArg = ParseDeclaration(CurRec, true/*templateargs*/); in ParseTemplateArgList() 2897 TemplArg = ParseDeclaration(CurRec, true/*templateargs*/); in ParseTemplateArgList() 2928 if (!ParseDeclaration(CurRec, false)) in ParseBodyItem()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | Parser.cpp | 946 return ParseDeclaration(DeclaratorContext::File, DeclEnd, Attrs, in ParseExternalDeclaration() 958 return ParseDeclaration(DeclaratorContext::File, DeclEnd, Attrs, in ParseExternalDeclaration() 971 return ParseDeclaration(DeclaratorContext::File, DeclEnd, Attrs, in ParseExternalDeclaration() 982 return ParseDeclaration(DeclaratorContext::File, DeclEnd, Attrs, in ParseExternalDeclaration()
|
| H A D | ParseStmt.cpp | 242 Decl = ParseDeclaration(DeclaratorContext::Block, DeclEnd, CXX11Attrs, in ParseStatementOrDeclarationAfterAttributes() 245 Decl = ParseDeclaration(DeclaratorContext::Block, DeclEnd, CXX11Attrs, in ParseStatementOrDeclarationAfterAttributes() 1178 DeclGroupPtrTy Res = ParseDeclaration(DeclaratorContext::Block, DeclEnd, in ParseCompoundStatementBody()
|
| H A D | ParseObjc.cpp | 661 allTUVariables.push_back(ParseDeclaration( in ParseObjCInterfaceDeclList()
|
| H A D | ParseDecl.cpp | 1761 Parser::DeclGroupPtrTy Parser::ParseDeclaration(DeclaratorContext Context, in ParseDeclaration() function in Parser
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 2329 DeclGroupPtrTy ParseDeclaration(DeclaratorContext Context,
|