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

1 2 3

  /external/clang/include/clang/Sema/
ExternalSemaSource.h 77 /// \brief Load the set of namespaces that are known to the external source,
80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
MultiplexExternalSemaSource.h 210 /// \brief Load the set of namespaces that are known to the external source,
213 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &Namespaces) override;
SemaInternal.h 121 Namespaces(SemaRef.Context, SemaRef.CurContext, SS),
157 /// \brief Set-up method to add to the consumer the set of namespaces to use
328 NamespaceSpecifierSet Namespaces;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 77 /// \brief Load the set of namespaces that are known to the external source,
80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
MultiplexExternalSemaSource.h 212 /// \brief Load the set of namespaces that are known to the external source,
215 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &Namespaces) override;
SemaInternal.h 121 Namespaces(SemaRef.Context, SemaRef.CurContext, SS),
157 /// \brief Set-up method to add to the consumer the set of namespaces to use
328 NamespaceSpecifierSet Namespaces;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 77 /// \brief Load the set of namespaces that are known to the external source,
80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
MultiplexExternalSemaSource.h 212 /// \brief Load the set of namespaces that are known to the external source,
215 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &Namespaces) override;
SemaInternal.h 121 Namespaces(SemaRef.Context, SemaRef.CurContext, SS),
157 /// \brief Set-up method to add to the consumer the set of namespaces to use
328 NamespaceSpecifierSet Namespaces;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 77 /// \brief Load the set of namespaces that are known to the external source,
80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
MultiplexExternalSemaSource.h 212 /// \brief Load the set of namespaces that are known to the external source,
215 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &Namespaces) override;
SemaInternal.h 121 Namespaces(SemaRef.Context, SemaRef.CurContext, SS),
157 /// \brief Set-up method to add to the consumer the set of namespaces to use
328 NamespaceSpecifierSet Namespaces;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 77 /// \brief Load the set of namespaces that are known to the external source,
80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
MultiplexExternalSemaSource.h 212 /// \brief Load the set of namespaces that are known to the external source,
215 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &Namespaces) override;
SemaInternal.h 121 Namespaces(SemaRef.Context, SemaRef.CurContext, SS),
157 /// \brief Set-up method to add to the consumer the set of namespaces to use
328 NamespaceSpecifierSet Namespaces;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 77 /// \brief Load the set of namespaces that are known to the external source,
80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
MultiplexExternalSemaSource.h 212 /// \brief Load the set of namespaces that are known to the external source,
215 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &Namespaces) override;
SemaInternal.h 121 Namespaces(SemaRef.Context, SemaRef.CurContext, SS),
157 /// \brief Set-up method to add to the consumer the set of namespaces to use
328 NamespaceSpecifierSet Namespaces;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 77 /// \brief Load the set of namespaces that are known to the external source,
80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
MultiplexExternalSemaSource.h 212 /// \brief Load the set of namespaces that are known to the external source,
215 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &Namespaces) override;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 77 /// \brief Load the set of namespaces that are known to the external source,
80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
MultiplexExternalSemaSource.h 212 /// \brief Load the set of namespaces that are known to the external source,
215 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &Namespaces) override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 77 /// \brief Load the set of namespaces that are known to the external source,
80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
MultiplexExternalSemaSource.h 212 /// \brief Load the set of namespaces that are known to the external source,
215 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &Namespaces) override;
  /external/mesa3d/src/mesa/main/
debug_output.c 65 struct gl_debug_namespace Namespaces[MESA_DEBUG_SOURCE_COUNT][MESA_DEBUG_TYPE_COUNT];
425 debug_namespace_init(&debug->Groups[0]->Namespaces[s][t]);
461 if (!debug_namespace_copy(&dst->Namespaces[s][t],
462 &src->Namespaces[s][t])) {
465 debug_namespace_clear(&dst->Namespaces[s][t]);
468 debug_namespace_clear(&dst->Namespaces[s][t]);
495 debug_namespace_clear(&grp->Namespaces[s][t]);
533 ns = &debug->Groups[gstack]->Namespaces[source][type];
578 &debug->Groups[gstack]->Namespaces[s][t];
596 struct gl_debug_namespace *nspace = &grp->Namespaces[source][type]
    [all...]

Completed in 759 milliseconds

1 2 3