Searched refs:ParseDeclaration (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 946 return ParseDeclaration(DeclaratorContext::File, DeclEnd, Attrs, in ParseExternalDeclaration() 954 return ParseDeclaration(DeclaratorContext::File, DeclEnd, Attrs, in ParseExternalDeclaration() 966 return ParseDeclaration(DeclaratorContext::File, DeclEnd, Attrs, in ParseExternalDeclaration() 978 return ParseDeclaration(DeclaratorContext::File, DeclEnd, Attrs, in ParseExternalDeclaration() 988 return ParseDeclaration(DeclaratorContext::File, DeclEnd, Attrs, in ParseExternalDeclaration()
|
| H A D | ParseStmt.cpp | 216 Decl = ParseDeclaration(DeclaratorContext::Block, DeclEnd, CXX11Attrs, in ParseStatementOrDeclarationAfterAttributes() 219 Decl = ParseDeclaration(DeclaratorContext::Block, DeclEnd, CXX11Attrs, in ParseStatementOrDeclarationAfterAttributes() 1182 DeclGroupPtrTy Res = ParseDeclaration(DeclaratorContext::Block, DeclEnd, in ParseCompoundStatementBody()
|
| H A D | ParseObjc.cpp | 631 allTUVariables.push_back(ParseDeclaration(DeclaratorContext::File, in ParseObjCInterfaceDeclList()
|
| H A D | ParseDecl.cpp | 1874 Parser::DeclGroupPtrTy Parser::ParseDeclaration(DeclaratorContext Context, in ParseDeclaration() function in Parser
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGParser.h | 284 const Init *ParseDeclaration(Record *CurRec, bool ParsingTemplateArgs);
|
| H A D | TGParser.cpp | 3329 const Init *TGParser::ParseDeclaration(Record *CurRec, in ParseDeclaration() function in TGParser 3491 const Init *TemplArg = ParseDeclaration(CurRec, true /*templateargs*/); in ParseTemplateArgList() 3500 TemplArg = ParseDeclaration(CurRec, true/*templateargs*/); in ParseTemplateArgList() 3535 if (!ParseDeclaration(CurRec, false)) in ParseBodyItem()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1732 DeclGroupPtrTy ParseDeclaration(DeclaratorContext Context,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 4208 …4SourceLocationERNS0_25ParsedAttributesWithRangeE", "clang::Parser::ParseDeclaration(clang::ASTOwn…
|