HomeSort by relevance Sort by last modified time
    Searched refs:computeDeclContext (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 55 DeclContext *Sema::computeDeclContext(QualType T) {
76 DeclContext *Sema::computeDeclContext(const CXXScopeSpec &SS,
397 LookupCtx = computeDeclContext(ObjectType);
402 LookupCtx = computeDeclContext(SS, false);
503 LookupCtx = computeDeclContext(ObjectType);
508 LookupCtx = computeDeclContext(SS, EnteringContext);
    [all...]
SemaExprMember.cpp 531 cast_or_null<CXXRecordDecl>(computeDeclContext(BaseType));
641 DC = SemaRef.computeDeclContext(SS, false);
    [all...]
SemaTemplate.cpp 235 computeDeclContext(*SS))
263 LookupCtx = computeDeclContext(ObjectType);
277 LookupCtx = computeDeclContext(SS, EnteringContext);
    [all...]
SemaExprCXX.cpp 140 DeclContext *DC = computeDeclContext(SS, EnteringContext);
157 LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
160 LookupCtx = computeDeclContext(SearchType);
163 LookupCtx = computeDeclContext(SS, EnteringContext);
174 LookupCtx = computeDeclContext(SearchType);
228 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaAccess.cpp 216 DeclContext *IC = S.computeDeclContext(getBaseObjectType());
    [all...]
SemaDecl.cpp 261 LookupCtx = computeDeclContext(ObjectType);
263 LookupCtx = computeDeclContext(*SS, false);
624 } else if (DeclContext *DC = computeDeclContext(*SS, false)) {
673 else if (DeclContext *DC = computeDeclContext(*SS, false))
    [all...]
SemaDeclCXX.cpp     [all...]
SemaLookup.cpp     [all...]
SemaExpr.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 118 DestContext = CurrentSema->computeDeclContext(*SS, EnteringContext);
160 DestContext = CurrentSema->computeDeclContext(*SS, EnteringContext);
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
Sema.h     [all...]

Completed in 2012 milliseconds

1 2