Home
last modified time | relevance | path

Searched refs:DeclSpecStart (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1707 SourceLocation *DeclSpecStart) { in ParseDeclaration() argument
1728 DeclSpecStart); in ParseDeclaration()
1742 DeclSpecStart); in ParseDeclaration()
1774 SourceLocation *DeclSpecStart) { in ParseSimpleDeclaration() argument
1804 if (DeclSpecStart) in ParseSimpleDeclaration()
1805 DS.SetRangeStart(*DeclSpecStart); in ParseSimpleDeclaration()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2305 SourceLocation *DeclSpecStart = nullptr);
2310 SourceLocation *DeclSpecStart = nullptr);