HomeSort by: relevance | last modified time | path
    Searched defs:Visible (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp 83 TU->setModuleOwnershipKind(Decl::ModuleOwnershipKind::Visible);
297 // fragment (and are neither visible nor reachable in importers of the module
456 : Decl::ModuleOwnershipKind::Visible);
465 // Leaving a module hides namespace names, so our visible namespace cache
516 // Make the module visible.
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 176 /// invisible friend declarations, but are also visible to unqualified
223 /// This declaration has an owning module, but is globally visible
224 /// (typically because its owning module is visible and we know that
228 Visible,
230 /// This declaration has an owning module, and is visible when that
234 /// This declaration has an owning module, but is only visible to
784 /// Determine whether this declaration is definitely visible to name lookup,
785 /// independent of whether the owning module is visible.
786 /// Note: The declaration may be visible even if this returns \c false if the
787 /// owning module is visible within the query context. This is a low-leve
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 299 bool Visible = false;
302 Visible = true;
306 Visible = true;
309 // If the Decl was added to any context, it was made already visible.
310 // Otherwise it is still possible that it should be visible.
311 if (!Visible) {

Completed in 173 milliseconds