Home
last modified time | relevance | path

Searched refs:FS_noreturnLoc (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
659 SourceLocation getNoreturnSpecLoc() const { return FS_noreturnLoc; } in getNoreturnSpecLoc()
672 FS_noreturnLoc = SourceLocation(); in ClearFunctionSpecs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1100 FS_noreturnLoc = Loc; in setFunctionSpecNoreturn()