Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h401 SourceLocation FS_inlineLoc, FS_virtualLoc, FS_explicitLoc, FS_noreturnLoc; variable
612 SourceLocation getNoreturnSpecLoc() const { return FS_noreturnLoc; } in getNoreturnSpecLoc()
625 FS_noreturnLoc = SourceLocation(); in ClearFunctionSpecs()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp1066 FS_noreturnLoc = Loc; in setFunctionSpecNoreturn()