reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5781 DeclContext *computeDeclContext(QualType T);
215 DeclContext *IC = S.computeDeclContext(getBaseObjectType());
tools/clang/lib/Sema/SemaCXXScopeSpec.cpp396 LookupCtx = computeDeclContext(ObjectType); 505 LookupCtx = computeDeclContext(ObjectType);tools/clang/lib/Sema/SemaCoroutine.cpp
318 DeclContext *LookupCtx = S.computeDeclContext(CoroHandleType);
tools/clang/lib/Sema/SemaDecl.cpp 299 LookupCtx = computeDeclContext(ObjectType);
tools/clang/lib/Sema/SemaExprCXX.cpp210 LookupCtx = computeDeclContext(SearchType); 224 LookupCtx = computeDeclContext(SearchType);tools/clang/lib/Sema/SemaExprMember.cpp
554 cast_or_null<CXXRecordDecl>(computeDeclContext(BaseType));
tools/clang/lib/Sema/SemaTemplate.cpp346 LookupCtx = computeDeclContext(ObjectType); 4394 LookupCtx = computeDeclContext(ObjectType.get());