Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp837 bool DeclSpec::setFunctionSpecNoreturn(SourceLocation Loc, in setFunctionSpecNoreturn() function in DeclSpec
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h681 bool setFunctionSpecNoreturn(SourceLocation Loc, const char *&PrevSpec,
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp1658 bool Fixit = !DS.setFunctionSpecNoreturn(Loc, PrevSpec, DiagID); in ParseDeclGroup()
3069 isInvalid = DS.setFunctionSpecNoreturn(Loc, PrevSpec, DiagID); in ParseDeclarationSpecifiers()