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

  /external/clang/include/clang/Sema/
DeclSpec.h 500 CXXScopeSpec &getTypeSpecScope() { return TypeScope; }
501 const CXXScopeSpec &getTypeSpecScope() const { return TypeScope; }
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 912 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result);
    [all...]
SemaDecl.cpp     [all...]

Completed in 108 milliseconds