Home
last modified time | relevance | path

Searched refs:ParseSimpleDeclaration (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp1799 ParseSimpleDeclaration(DeclaratorContext::InitStmtContext, DeclEnd, in ParseCXXCondition()
1808 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition()
H A DParseDecl.cpp1692 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 DParseStmt.cpp1666 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseForStatement()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2059 DeclGroupPtrTy ParseSimpleDeclaration(DeclaratorContext Context,