Lines Matching refs:Sema

55 DeclContext *Sema::computeDeclContext(QualType T) {  in computeDeclContext()
76 DeclContext *Sema::computeDeclContext(const CXXScopeSpec &SS, in computeDeclContext()
156 bool Sema::isDependentScopeSpecifier(const CXXScopeSpec &SS) { in isDependentScopeSpecifier()
168 CXXRecordDecl *Sema::getCurrentInstantiationOf(NestedNameSpecifier *NNS) { in getCurrentInstantiationOf()
188 bool Sema::RequireCompleteDeclContext(CXXScopeSpec &SS, in RequireCompleteDeclContext()
243 bool Sema::ActOnCXXGlobalScopeSpecifier(Scope *S, SourceLocation CCLoc, in ActOnCXXGlobalScopeSpecifier()
251 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD) { in isAcceptableNestedNameSpecifier()
283 NamedDecl *Sema::FindFirstQualifierInScope(Scope *S, NestedNameSpecifier *NNS) { in FindFirstQualifierInScope()
308 bool Sema::isNonTypeNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, in isNonTypeNestedNameSpecifier()
363 explicit NestedNameSpecifierValidatorCCC(Sema &SRef) in NestedNameSpecifierValidatorCCC()
371 Sema &SRef;
390 bool Sema::BuildCXXNestedNameSpecifier(Scope *S, in BuildCXXNestedNameSpecifier()
675 bool Sema::ActOnCXXNestedNameSpecifier(Scope *S, in ActOnCXXNestedNameSpecifier()
691 bool Sema::ActOnCXXNestedNameSpecifierDecltype(CXXScopeSpec &SS, in ActOnCXXNestedNameSpecifierDecltype()
720 bool Sema::IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, in IsInvalidUnlessNestedName()
735 bool Sema::ActOnCXXNestedNameSpecifier(Scope *S, in ActOnCXXNestedNameSpecifier()
832 void *Sema::SaveNestedNameSpecifierAnnotation(CXXScopeSpec &SS) { in SaveNestedNameSpecifierAnnotation()
846 void Sema::RestoreNestedNameSpecifierAnnotation(void *AnnotationPtr, in RestoreNestedNameSpecifierAnnotation()
859 bool Sema::ShouldEnterDeclaratorScope(Scope *S, const CXXScopeSpec &SS) { in ShouldEnterDeclaratorScope()
902 bool Sema::ActOnCXXEnterDeclaratorScope(Scope *S, CXXScopeSpec &SS) { in ActOnCXXEnterDeclaratorScope()
929 void Sema::ActOnCXXExitDeclaratorScope(Scope *S, const CXXScopeSpec &SS) { in ActOnCXXExitDeclaratorScope()