Searched refs:ParseSimpleDeclaration (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 2055 DG = ParseSimpleDeclaration(DeclaratorContext::SelectionInit, DeclEnd, in ParseCXXCondition() 2069 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition()
|
| H A D | ParseDecl.cpp | 1788 return ParseSimpleDeclaration(Context, DeclEnd, DeclAttrs, DeclSpecAttrs, in ParseDeclaration() 1807 return ParseSimpleDeclaration(Context, DeclEnd, DeclAttrs, DeclSpecAttrs, in ParseDeclaration() 1837 Parser::DeclGroupPtrTy Parser::ParseSimpleDeclaration( in ParseSimpleDeclaration() function in Parser
|
| H A D | ParseStmt.cpp | 2026 DG = ParseSimpleDeclaration( in ParseForStatement()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 2335 ParseSimpleDeclaration(DeclaratorContext Context, SourceLocation &DeclEnd,
|