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

/external/clang/include/clang/Sema/
H A DDeclSpec.h553 SourceLocation getNoreturnSpecLoc() const { return FS_noreturnLoc; } function in class:clang::DeclSpec
/external/clang/lib/Sema/
H A DSemaDecl.cpp4747 Diag(DS.getNoreturnSpecLoc(),
7200 ::new(Context) C11NoReturnAttr(D.getDeclSpec().getNoreturnSpecLoc(),
7933 SourceLocation NoreturnLoc = DS.getNoreturnSpecLoc();

Completed in 301 milliseconds