Home | History | Annotate | Download | only in Sema

Lines Matching refs:CXXScopeSpec

133                              Scope *S, CXXScopeSpec *SS,
223 CXXScopeSpec NewSS, *NewSSPtr = SS;
374 /// if a CXXScopeSpec's type is equal to the type of one of the base classes
387 bool Sema::isMicrosoftMissingTypename(const CXXScopeSpec *SS, Scope *S) {
404 CXXScopeSpec *SS,
464 CXXScopeSpec EmptySS;
525 Scope *S, CXXScopeSpec &SS,
579 static ParsedType buildNestedType(Sema &S, CXXScopeSpec &SS,
594 CXXScopeSpec &SS,
3140 CXXScopeSpec &SS = DS.getTypeSpecScope();
3945 CXXScopeSpec &SS = Chunk.Mem.Scope();
3997 bool Sema::diagnoseQualifiedDeclaration(CXXScopeSpec &SS, DeclContext *DC,
4621 CXXScopeSpec &SS = D.getCXXScopeSpec();
4773 bool Sema::HandleVariableRedeclaration(Decl *D, CXXScopeSpec &SS) {
6010 // here. This requires passing in the CXXScopeSpec to CorrectTypo which in
6014 CXXScopeSpec &SS = ExtraArgs.D.getCXXScopeSpec();
10033 SourceLocation KWLoc, CXXScopeSpec &SS,