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.h442 SourceLocation FS_explicitCloseParenLoc; variable
656 ? SourceRange(FS_explicitLoc, FS_explicitCloseParenLoc) in getExplicitSpecRange()
672 FS_explicitCloseParenLoc = SourceLocation(); in ClearFunctionSpecs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1088 FS_explicitCloseParenLoc = CloseParenLoc; in setFunctionSpecExplicit()