Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h439 SourceLocation FS_inlineLoc, FS_virtualLoc, FS_explicitLoc, FS_noreturnLoc; variable
638 return FS_inline_specified ? FS_inlineLoc : FS_forceinlineLoc; in getInlineSpecLoc()
663 FS_inlineLoc = SourceLocation(); in ClearFunctionSpecs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1039 FS_inlineLoc = Loc; in setFunctionSpecInline()