Home
last modified time | relevance | path

Searched refs:setFunctionSpecNoreturn (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp1055 bool DeclSpec::setFunctionSpecNoreturn(SourceLocation Loc, in setFunctionSpecNoreturn() function in DeclSpec
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h758 bool setFunctionSpecNoreturn(SourceLocation Loc, const char *&PrevSpec,
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp2089 bool Fixit = !DS.setFunctionSpecNoreturn(Loc, PrevSpec, DiagID); in ParseDeclGroup()
3970 isInvalid = DS.setFunctionSpecNoreturn(Loc, PrevSpec, DiagID); in ParseDeclarationSpecifiers()