Searched refs:ParseDeclaration (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | TGParser.h | 238 Init *ParseDeclaration(Record *CurRec, bool ParsingTemplateArgs);
|
H A D | TGParser.cpp | 2675 Init *TGParser::ParseDeclaration(Record *CurRec, in ParseDeclaration() function in TGParser 2832 Init *TemplArg = ParseDeclaration(CurRec, true/*templateargs*/); in ParseTemplateArgList() 2841 TemplArg = ParseDeclaration(CurRec, true/*templateargs*/); in ParseTemplateArgList() 2872 if (!ParseDeclaration(CurRec, false)) in ParseBodyItem()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | Parser.cpp | 906 return ParseDeclaration(DeclaratorContext::File, DeclEnd, attrs); in ParseExternalDeclaration() 916 return ParseDeclaration(DeclaratorContext::File, DeclEnd, attrs); in ParseExternalDeclaration() 927 return ParseDeclaration(DeclaratorContext::File, DeclEnd, attrs); in ParseExternalDeclaration() 936 return ParseDeclaration(DeclaratorContext::File, DeclEnd, attrs); in ParseExternalDeclaration()
|
H A D | ParseStmt.cpp | 228 Decl = ParseDeclaration(DeclaratorContext::Block, DeclEnd, Attrs, in ParseStatementOrDeclarationAfterAttributes() 231 Decl = ParseDeclaration(DeclaratorContext::Block, DeclEnd, Attrs); in ParseStatementOrDeclarationAfterAttributes() 1124 ParseDeclaration(DeclaratorContext::Block, DeclEnd, attrs); in ParseCompoundStatementBody()
|
H A D | ParseObjc.cpp | 661 ParseDeclaration(DeclaratorContext::File, DeclEnd, attrs)); in ParseObjCInterfaceDeclList()
|
H A D | ParseDecl.cpp | 1698 Parser::ParseDeclaration(DeclaratorContext Context, SourceLocation &DeclEnd, in ParseDeclaration() function in Parser
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
H A D | Parser.h | 2300 DeclGroupPtrTy ParseDeclaration(DeclaratorContext Context,
|