HomeSort by relevance Sort by last modified time
    Searched refs:FS_virtualLoc (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;
564 SourceLocation getVirtualSpecLoc() const { return FS_virtualLoc; }
578 FS_virtualLoc = SourceLocation();
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 818 FS_virtualLoc = Loc;
    [all...]

Completed in 767 milliseconds