Searched refs:ParseSimpleDeclaration (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 2106 DG = ParseSimpleDeclaration(DeclaratorContext::SelectionInit, DeclEnd, in ParseCXXCondition() 2120 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition()
|
| H A D | ParseDecl.cpp | 1797 return ParseSimpleDeclaration(Context, DeclEnd, DeclAttrs, DeclSpecAttrs, in ParseDeclaration() 1821 return ParseSimpleDeclaration(Context, DeclEnd, DeclAttrs, DeclSpecAttrs, in ParseDeclaration() 1851 Parser::DeclGroupPtrTy Parser::ParseSimpleDeclaration( in ParseSimpleDeclaration() function in Parser
|
| H A D | ParseStmt.cpp | 2048 DG = ParseSimpleDeclaration( in ParseForStatement()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 2383 ParseSimpleDeclaration(DeclaratorContext Context, SourceLocation &DeclEnd,
|