Home
last modified time | relevance | path

Searched refs:CloseParenLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1073 SourceLocation CloseParenLoc) { in setFunctionSpecExplicit() argument
1085 FS_explicitCloseParenLoc = CloseParenLoc; in setFunctionSpecExplicit()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h807 SourceLocation CloseParenLoc);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4379 SourceLocation CloseParenLoc; in ParseDeclarationSpecifiers() local
4399 CloseParenLoc = Tok.getLocation(); in ParseDeclarationSpecifiers()
4410 ExplicitSpec, CloseParenLoc); in ParseDeclarationSpecifiers()