Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h418 SourceLocation FS_explicitCloseParenLoc; variable
623 ? SourceRange(FS_explicitLoc, FS_explicitCloseParenLoc) in getExplicitSpecRange()
639 FS_explicitCloseParenLoc = SourceLocation(); in ClearFunctionSpecs()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1063 FS_explicitCloseParenLoc = CloseParenLoc; in setFunctionSpecExplicit()