Searched refs:ParseSimpleDeclaration (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 1799 ParseSimpleDeclaration(DeclaratorContext::InitStmtContext, DeclEnd, in ParseCXXCondition() 1808 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition()
|
| H A D | ParseDecl.cpp | 1692 return ParseSimpleDeclaration(Context, DeclEnd, attrs, in ParseDeclaration() 1706 return ParseSimpleDeclaration(Context, DeclEnd, attrs, true); in ParseDeclaration() 1731 Parser::ParseSimpleDeclaration(DeclaratorContext Context, in ParseSimpleDeclaration() function in Parser
|
| H A D | ParseStmt.cpp | 1666 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseForStatement()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | Parser.h | 2059 DeclGroupPtrTy ParseSimpleDeclaration(DeclaratorContext Context,
|