Home
last modified time | relevance | path

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

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