Home
last modified time | relevance | path

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

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