Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h592 SourceLocation getNoreturnSpecLoc() const { return FS_noreturnLoc; } in getNoreturnSpecLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp6116 Diag(DS.getNoreturnSpecLoc(), in DiagnoseFunctionSpecifiers()
9443 D.getDeclSpec().getNoreturnSpecLoc(), in ActOnFunctionDeclarator()
11084 SourceLocation NoreturnLoc = DS.getNoreturnSpecLoc(); in CheckMain()
H A DSemaTemplate.cpp1523 EmitDiag(DS.getNoreturnSpecLoc()); in ActOnNonTypeTemplateParameter()
H A DSemaDeclCXX.cpp10800 Diagnoser.check(DS.getNoreturnSpecLoc(), "_Noreturn"); in CheckDeductionGuideDeclarator()