Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h592 SourceLocation getNoreturnSpecLoc() const { return FS_noreturnLoc; } in getNoreturnSpecLoc() function
/external/clang/lib/Sema/
DSemaDecl.cpp5304 Diag(DS.getNoreturnSpecLoc(), in DiagnoseFunctionSpecifiers()
8166 ::new(Context) C11NoReturnAttr(D.getDeclSpec().getNoreturnSpecLoc(), in ActOnFunctionDeclarator()
8920 SourceLocation NoreturnLoc = DS.getNoreturnSpecLoc(); in CheckMain()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp6086 Diag(DS.getNoreturnSpecLoc(), in DiagnoseFunctionSpecifiers()
9356 D.getDeclSpec().getNoreturnSpecLoc(), in ActOnFunctionDeclarator()
11009 SourceLocation NoreturnLoc = DS.getNoreturnSpecLoc(); in CheckMain()
DSemaTemplate.cpp1505 EmitDiag(DS.getNoreturnSpecLoc()); in ActOnNonTypeTemplateParameter()
DSemaDeclCXX.cpp10721 Diagnoser.check(DS.getNoreturnSpecLoc(), "_Noreturn"); in CheckDeductionGuideDeclarator()