Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1878 SourceLocation *DeclSpecStart) { in ParseDeclaration() argument
1900 true, nullptr, DeclSpecStart); in ParseDeclaration()
1923 true, nullptr, DeclSpecStart); in ParseDeclaration()
1934 bool RequireSemi, ForRangeInit *FRI, SourceLocation *DeclSpecStart) { in ParseSimpleDeclaration() argument
1975 if (DeclSpecStart) in ParseSimpleDeclaration()
1976 DS.SetRangeStart(*DeclSpecStart); in ParseSimpleDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1736 SourceLocation *DeclSpecStart = nullptr);
1766 SourceLocation *DeclSpecStart = nullptr);