Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h593 SourceLocation getNoreturnSpecLoc() const { return FS_noreturnLoc; } in getNoreturnSpecLoc() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp6553 Diag(DS.getNoreturnSpecLoc(), in DiagnoseFunctionSpecifiers()
9945 D.getDeclSpec().getNoreturnSpecLoc(), in ActOnFunctionDeclarator()
11635 SourceLocation NoreturnLoc = DS.getNoreturnSpecLoc(); in CheckMain()
H A DSemaTemplate.cpp1528 EmitDiag(DS.getNoreturnSpecLoc()); in ActOnNonTypeTemplateParameter()
H A DSemaDeclCXX.cpp11000 Diagnoser.check(DS.getNoreturnSpecLoc(), "_Noreturn"); in CheckDeductionGuideDeclarator()