| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaCXXScopeSpec.cpp | 53 DeclContext *Sema::computeDeclContext(QualType T) { in computeDeclContext() function in Sema 74 DeclContext *Sema::computeDeclContext(const CXXScopeSpec &SS, in computeDeclContext() function in Sema 410 LookupCtx = computeDeclContext(ObjectType); in isNonTypeNestedNameSpecifier() 415 LookupCtx = computeDeclContext(SS, false); in isNonTypeNestedNameSpecifier() 519 LookupCtx = computeDeclContext(ObjectType); in BuildCXXNestedNameSpecifier() 524 LookupCtx = computeDeclContext(SS, EnteringContext); in BuildCXXNestedNameSpecifier() 1088 DeclContext *DC = computeDeclContext(SS, true); in ActOnCXXEnterDeclaratorScope() 1114 assert(!SS.isInvalid() && computeDeclContext(SS, true) && in ActOnCXXExitDeclaratorScope()
|
| D | SemaExprMember.cpp | 552 cast_or_null<CXXRecordDecl>(computeDeclContext(BaseType)); in CheckQualifiedMemberReference() 667 DC = SemaRef.computeDeclContext(SS, false); in LookupMemberExprInRecord() 996 ? computeDeclContext(SS, false) in BuildMemberReferenceExpr()
|
| D | SemaTemplate.cpp | 355 computeDeclContext(*SS)) in DiagnoseUnknownTemplateName() 394 LookupCtx = computeDeclContext(ObjectType); in LookupTemplateName() 422 LookupCtx = computeDeclContext(SS, EnteringContext); in LookupTemplateName() 1747 SemanticContext = computeDeclContext(SS, true); in CheckClassTemplate() 3070 = dyn_cast_or_null<CXXRecordDecl>(computeDeclContext(SS, true))) in MatchTemplateParametersToScopeSpecifier() 3914 DeclContext *LookupCtx = computeDeclContext(SS, /*EnteringContext*/false); in ActOnTemplateIdType() 4780 if (!(DC = computeDeclContext(SS, false)) || in BuildQualifiedTemplateIdExpr() 4847 LookupCtx = computeDeclContext(SS, EnteringContext); in ActOnTemplateName() 4849 LookupCtx = computeDeclContext(GetTypeFromParser(ObjectType)); in ActOnTemplateName() 10418 dyn_cast_or_null<CXXRecordDecl>(computeDeclContext(SS, false)); in ActOnTypenameType() [all …]
|
| D | SemaAccess.cpp | 229 DeclContext *IC = S.computeDeclContext(getBaseObjectType()); in resolveInstanceContext()
|
| D | SemaCoroutine.cpp | 300 DeclContext *LookupCtx = S.computeDeclContext(CoroHandleType); in buildCoroutineHandle()
|
| D | SemaDecl.cpp | 302 LookupCtx = computeDeclContext(ObjectType); in getTypeName() 304 LookupCtx = computeDeclContext(*SS, false); in getTypeName() 702 } else if (DeclContext *DC = computeDeclContext(*SS, false)) { in DiagnoseUnknownTypeName() 755 else if (DeclContext *DC = computeDeclContext(*SS, false)) in DiagnoseUnknownTypeName() 988 << Name << computeDeclContext(SS, false) in ClassifyName() 5805 DC = computeDeclContext(D.getCXXScopeSpec(), EnteringContext); in HandleDeclarator() 7487 << Name << computeDeclContext(D.getCXXScopeSpec(), true) in ActOnVariableDeclarator() 15709 DC = computeDeclContext(SS, false); in ActOnTag() 15715 DC = computeDeclContext(SS, true); in ActOnTag()
|
| D | SemaDeclCXX.cpp | 2385 DeclContext *DC = computeDeclContext(*SS, true); in getCurrentClass() 2413 DeclContext *DC = computeDeclContext(*SS, true); in isCurrentClassNameTypo() 3401 if (DeclContext *DC = computeDeclContext(SS, false)) in ActOnCXXMemberDeclarator() 4234 DeclContext *DC = computeDeclContext(SS, false); in BuildMemInitializer() 11426 if (DeclContext *DC = S.computeDeclContext(SS, false)) { in TryNamespaceTypoCorrection() 12147 DeclContext *LookupContext = computeDeclContext(SS); in BuildUsingDeclaration() 12525 DeclContext *NamedContext = computeDeclContext(SS); in CheckUsingDeclQualifier() 16845 DC = computeDeclContext(SS); in ActOnFriendFunctionDecl()
|
| D | SemaTemplateInstantiateDecl.cpp | 1548 DC = SemaRef.computeDeclContext(SS); in VisitClassTemplateDecl() 2029 DC = SemaRef.computeDeclContext(SS); in VisitFunctionDecl() 2384 DC = SemaRef.computeDeclContext(SS); in VisitCXXMethodDecl()
|
| D | SemaLookup.cpp | 2461 if (DeclContext *DC = computeDeclContext(*SS, EnteringContext)) { in LookupParsedName() 4925 QualifiedDC = computeDeclContext(*SS, EnteringContext); in makeTypoCorrectionConsumer()
|
| D | SemaExprCXX.cpp | 258 DeclContext *LookupCtx = computeDeclContext(SearchType); in getDestructorName() 270 DeclContext *LookupCtx = computeDeclContext(LookupSS, EnteringContext); in getDestructorName() 7606 ((SS.isSet() && !computeDeclContext(SS, false)) || in ActOnPseudoDestructorExpr()
|
| D | SemaType.cpp | 5426 dyn_cast_or_null<CXXRecordDecl>(S.computeDeclContext(SS))) { in GetFullTypeForDeclarator() 5558 DeclContext *DC = S.computeDeclContext(D.getCXXScopeSpec()); in GetFullTypeForDeclarator()
|
| D | SemaExpr.cpp | 2116 SS.isEmpty() ? nullptr : SemaRef.computeDeclContext(SS, false); in emitEmptyLookupTypoDiagnostic() 2356 << Name << computeDeclContext(SS, false) in DiagnoseEmptyLookup() 2370 << Name << computeDeclContext(SS, false) in DiagnoseEmptyLookup() 2471 if (DeclContext *DC = computeDeclContext(SS, false)) { in ActOnIdExpression() 2682 DeclContext *DC = computeDeclContext(SS, false); in BuildQualifiedDeclarationNameExpr()
|
| D | TreeTransform.h | 1094 if (!SemaRef.computeDeclContext(SS)) in RebuildDependentNameType() 1111 DeclContext *DC = SemaRef.computeDeclContext(SS, false); in RebuildDependentNameType()
|
| D | SemaCodeComplete.cpp | 6050 DeclContext *Ctx = computeDeclContext(SS, /*EnteringContext=*/true); in CodeCompleteQualifiedId()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 6446 DeclContext *computeDeclContext(QualType T); 6447 DeclContext *computeDeclContext(const CXXScopeSpec &SS,
|