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

  /external/clang/include/clang/Sema/
DeclSpec.h 448 CXXScopeSpec &getTypeSpecScope() { return TypeScope; }
449 const CXXScopeSpec &getTypeSpecScope() const { return TypeScope; }
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
ParseDeclCXX.cpp 893 DS.getTypeSpecScope() = SS;
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 775 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result);
    [all...]

Completed in 41 milliseconds