Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h392 SourceLocation FS_forceinlineLoc; variable
571 return FS_inline_specified ? FS_inlineLoc : FS_forceinlineLoc; in getInlineSpecLoc()
598 FS_forceinlineLoc = SourceLocation(); in ClearFunctionSpecs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp1008 FS_forceinlineLoc = Loc; in setFunctionSpecForceInline()