HomeSort by: relevance | last modified time | path
    Searched refs:getTypeSpecScope (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 503 CXXScopeSpec &getTypeSpecScope() { return TypeScope; }
504 const CXXScopeSpec &getTypeSpecScope() const { return TypeScope; }
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 3213 DS.getTypeSpecScope() = SS;
3223 DS.getTypeSpecScope() = SS;
3232 DS.getTypeSpecScope() = SS;
3287 DS.getTypeSpecScope() = SS;
4461 CXXScopeSpec &SS = DS.getTypeSpecScope();
ParseDeclCXX.cpp 1254 DS.getTypeSpecScope() = SS;
1565 CXXScopeSpec &SS = DS.getTypeSpecScope();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 1585 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result,
3262 D.getDeclSpec().getTypeSpecScope().getWithLocInContext(S.Context),
5959 const CXXScopeSpec& SS = DS.getTypeSpecScope();
5990 if (DS.getTypeSpecScope().isNotEmpty())
5992 DS.getTypeSpecScope().getWithLocInContext(Context));
SemaDecl.cpp 4641 const CXXScopeSpec &SS = DS.getTypeSpecScope();

Completed in 109 milliseconds