Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp1047 bool DeclSpec::setFunctionSpecNoreturn(SourceLocation Loc, in setFunctionSpecNoreturn() function in DeclSpec
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h739 bool setFunctionSpecNoreturn(SourceLocation Loc, const char *&PrevSpec,
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp2072 bool Fixit = !DS.setFunctionSpecNoreturn(Loc, PrevSpec, DiagID); in ParseDeclGroup()
3892 isInvalid = DS.setFunctionSpecNoreturn(Loc, PrevSpec, DiagID); in ParseDeclarationSpecifiers()