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 373 SourceLocation FS_inlineLoc, FS_virtualLoc, FS_explicitLoc, FS_noreturnLoc;
526 SourceLocation getNoreturnSpecLoc() const { return FS_noreturnLoc; }
536 FS_noreturnLoc = SourceLocation();
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 745 FS_noreturnLoc = Loc;
    [all...]

Completed in 140 milliseconds