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

  /external/clang/include/clang/Sema/
DeclSpec.h 393 SourceLocation FS_inlineLoc, FS_virtualLoc, FS_explicitLoc, FS_noreturnLoc;
567 SourceLocation getExplicitSpecLoc() const { return FS_explicitLoc; }
580 FS_explicitLoc = SourceLocation();
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 833 FS_explicitLoc = Loc;
    [all...]

Completed in 1184 milliseconds