/external/clang/lib/Sema/ |
SemaCXXScopeSpec.cpp | 55 DeclContext *Sema::computeDeclContext(QualType T) { 76 DeclContext *Sema::computeDeclContext(const CXXScopeSpec &SS, 322 LookupCtx = computeDeclContext(ObjectType); 327 LookupCtx = computeDeclContext(SS, false); 409 LookupCtx = computeDeclContext(ObjectType); 414 LookupCtx = computeDeclContext(SS, EnteringContext); [all...] |
SemaExprMember.cpp | 523 cast_or_null<CXXRecordDecl>(computeDeclContext(BaseType)); 596 DC = SemaRef.computeDeclContext(SS, false); [all...] |
SemaExprCXX.cpp | 140 DeclContext *DC = computeDeclContext(SS, EnteringContext); 155 LookupCtx = computeDeclContext(PrefixSS, EnteringContext); 158 LookupCtx = computeDeclContext(SearchType); 161 LookupCtx = computeDeclContext(SS, EnteringContext); 174 LookupCtx = computeDeclContext(SearchType); 226 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) { [all...] |
SemaTemplate.cpp | 231 computeDeclContext(*SS)) 259 LookupCtx = computeDeclContext(ObjectType); 273 LookupCtx = computeDeclContext(SS, EnteringContext); [all...] |
SemaTemplateInstantiateDecl.cpp | 787 DC = SemaRef.computeDeclContext(SS); [all...] |
SemaDeclCXX.cpp | [all...] |
SemaAccess.cpp | 211 DeclContext *IC = S.computeDeclContext(getBaseObjectType()); [all...] |
SemaDecl.cpp | 144 LookupCtx = computeDeclContext(ObjectType); 146 LookupCtx = computeDeclContext(*SS, false); 436 } else if (DeclContext *DC = computeDeclContext(*SS, false)) { 485 else if (DeclContext *DC = computeDeclContext(*SS, false)) 698 << Name << computeDeclContext(SS, false) << droppedSpecifier [all...] |
SemaLookup.cpp | [all...] |
SemaType.cpp | [all...] |
SemaExpr.cpp | [all...] |
TreeTransform.h | [all...] |
SemaCodeComplete.cpp | [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | [all...] |