Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h592 SourceLocation getNoreturnSpecLoc() const { return FS_noreturnLoc; } in getNoreturnSpecLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6179 Diag(DS.getNoreturnSpecLoc(), in DiagnoseFunctionSpecifiers()
9502 D.getDeclSpec().getNoreturnSpecLoc(), in ActOnFunctionDeclarator()
11143 SourceLocation NoreturnLoc = DS.getNoreturnSpecLoc(); in CheckMain()
H A DSemaTemplate.cpp1523 EmitDiag(DS.getNoreturnSpecLoc()); in ActOnNonTypeTemplateParameter()
H A DSemaDeclCXX.cpp10807 Diagnoser.check(DS.getNoreturnSpecLoc(), "_Noreturn"); in CheckDeductionGuideDeclarator()