Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h389 SourceLocation FS_inlineLoc, FS_virtualLoc, FS_explicitLoc, FS_noreturnLoc; variable
563 SourceLocation getNoreturnSpecLoc() const { return FS_noreturnLoc; } in getNoreturnSpecLoc()
575 FS_noreturnLoc = SourceLocation(); in ClearFunctionSpecs()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp848 FS_noreturnLoc = Loc; in setFunctionSpecNoreturn()