Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h570 SourceLocation getNoreturnSpecLoc() const { return FS_noreturnLoc; } in getNoreturnSpecLoc() function
/external/clang/lib/Sema/
DSemaDecl.cpp4977 Diag(DS.getNoreturnSpecLoc(), in DiagnoseFunctionSpecifiers()
7464 ::new(Context) C11NoReturnAttr(D.getDeclSpec().getNoreturnSpecLoc(), in ActOnFunctionDeclarator()
8187 SourceLocation NoreturnLoc = DS.getNoreturnSpecLoc(); in CheckMain()