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.cpp2013 SourceLocation *DeclSpecStart) { in ParseDeclaration() argument
2035 true, nullptr, DeclSpecStart); in ParseDeclaration()
2059 true, nullptr, DeclSpecStart); in ParseDeclaration()
2091 bool RequireSemi, ForRangeInit *FRI, SourceLocation *DeclSpecStart) { in ParseSimpleDeclaration() argument
2132 if (DeclSpecStart) in ParseSimpleDeclaration()
2133 DS.SetRangeStart(*DeclSpecStart); in ParseSimpleDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2470 SourceLocation *DeclSpecStart = nullptr);
2476 SourceLocation *DeclSpecStart = nullptr);