Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h581 SourceLocation getNoreturnSpecLoc() const { return FS_noreturnLoc; } in getNoreturnSpecLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp5680 Diag(DS.getNoreturnSpecLoc(), in DiagnoseFunctionSpecifiers()
8750 ::new(Context) C11NoReturnAttr(D.getDeclSpec().getNoreturnSpecLoc(), in ActOnFunctionDeclarator()
10291 SourceLocation NoreturnLoc = DS.getNoreturnSpecLoc(); in CheckMain()
H A DSemaTemplate.cpp1092 EmitDiag(DS.getNoreturnSpecLoc()); in ActOnNonTypeTemplateParameter()
H A DSemaDeclCXX.cpp8712 Diagnoser.check(DS.getNoreturnSpecLoc(), "_Noreturn"); in CheckDeductionGuideDeclarator()