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

Completed in 126 milliseconds