HomeSort by relevance Sort by last modified time
    Searched refs:FS_noreturnLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
DeclSpec.h 383 SourceLocation FS_inlineLoc, FS_virtualLoc, FS_explicitLoc, FS_noreturnLoc;
545 SourceLocation getNoreturnSpecLoc() const { return FS_noreturnLoc; }
555 FS_noreturnLoc = SourceLocation();
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 780 FS_noreturnLoc = Loc;
    [all...]

Completed in 63 milliseconds