Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1907 SourceLocation *DeclSpecStart) { in ParseDeclaration() argument
1931 true, nullptr, DeclSpecStart); in ParseDeclaration()
1955 true, nullptr, DeclSpecStart); in ParseDeclaration()
1987 bool RequireSemi, ForRangeInit *FRI, SourceLocation *DeclSpecStart) { in ParseSimpleDeclaration() argument
2027 if (DeclSpecStart) in ParseSimpleDeclaration()
2028 DS.SetRangeStart(*DeclSpecStart); in ParseSimpleDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2412 SourceLocation *DeclSpecStart = nullptr);
2418 SourceLocation *DeclSpecStart = nullptr);