Home
last modified time | relevance | path

Searched refs:getNoreturnSpecLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h595 SourceLocation getNoreturnSpecLoc() const { return FS_noreturnLoc; } in getNoreturnSpecLoc() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp5909 Diag(DS.getNoreturnSpecLoc(), in DiagnoseFunctionSpecifiers()
9135 D.getDeclSpec().getNoreturnSpecLoc(), in ActOnFunctionDeclarator()
10730 SourceLocation NoreturnLoc = DS.getNoreturnSpecLoc(); in CheckMain()
HDSemaTemplate.cpp1382 EmitDiag(DS.getNoreturnSpecLoc()); in ActOnNonTypeTemplateParameter()
HDSemaDeclCXX.cpp10374 Diagnoser.check(DS.getNoreturnSpecLoc(), "_Noreturn"); in CheckDeductionGuideDeclarator()