Home
last modified time | relevance | path

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

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