Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h574 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()