Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h440 SourceLocation FS_explicitCloseParenLoc; variable
654 ? SourceRange(FS_explicitLoc, FS_explicitCloseParenLoc) in getExplicitSpecRange()
670 FS_explicitCloseParenLoc = SourceLocation(); in ClearFunctionSpecs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1085 FS_explicitCloseParenLoc = CloseParenLoc; in setFunctionSpecExplicit()