HomeSort by: relevance | last modified time | path
    Searched refs:getNoreturnSpecLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 592 SourceLocation getNoreturnSpecLoc() const { return FS_noreturnLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 6116 Diag(DS.getNoreturnSpecLoc(),
9443 D.getDeclSpec().getNoreturnSpecLoc(),
11084 SourceLocation NoreturnLoc = DS.getNoreturnSpecLoc();
SemaTemplate.cpp 1523 EmitDiag(DS.getNoreturnSpecLoc());
SemaDeclCXX.cpp 10800 Diagnoser.check(DS.getNoreturnSpecLoc(), "_Noreturn");

Completed in 99 milliseconds