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

/external/clang/lib/Sema/
H A DDeclSpec.cpp862 bool DeclSpec::setFunctionSpecNoreturn(SourceLocation Loc, function in class:DeclSpec
/external/clang/include/clang/Sema/
H A DDeclSpec.h688 bool setFunctionSpecNoreturn(SourceLocation Loc, const char *&PrevSpec,
/external/clang/lib/Parse/
H A DParseDecl.cpp1760 bool Fixit = !DS.setFunctionSpecNoreturn(Loc, PrevSpec, DiagID);
3232 isInvalid = DS.setFunctionSpecNoreturn(Loc, PrevSpec, DiagID);

Completed in 112 milliseconds