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.cpp1076 SourceLocation CloseParenLoc) { in setFunctionSpecExplicit() argument
1088 FS_explicitCloseParenLoc = CloseParenLoc; in setFunctionSpecExplicit()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h809 SourceLocation CloseParenLoc);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4172 SourceLocation CloseParenLoc; in ParseDeclarationSpecifiers() local
4192 CloseParenLoc = Tok.getLocation(); in ParseDeclarationSpecifiers()
4203 ExplicitSpec, CloseParenLoc); in ParseDeclarationSpecifiers()