Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h417 SourceLocation FS_inlineLoc, FS_virtualLoc, FS_explicitLoc, FS_noreturnLoc; variable
607 return FS_inline_specified ? FS_inlineLoc : FS_forceinlineLoc; in getInlineSpecLoc()
632 FS_inlineLoc = SourceLocation(); in ClearFunctionSpecs()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1017 FS_inlineLoc = Loc; in setFunctionSpecInline()