Searched refs:Visible (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextOut.h334 @param Visible If TRUE, the cursor is set to be visible. If FALSE, the cursor is
348 IN BOOLEAN Visible
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp83 TU->setModuleOwnershipKind(Decl::ModuleOwnershipKind::Visible);
456 : Decl::ModuleOwnershipKind::Visible); member in class:Decl::ModuleOwnershipKind
H A DSemaLookup.cpp3597 bool Visible = false;
3602 Visible = true;
3608 Visible = true;
3615 if (Visible)
3678 VisibleDeclsRecord &Visible;
3683 ShadowContextRAII(VisibleDeclsRecord &Visible) : Visible(Visible) {
3684 Visible.ShadowMaps.emplace_back();
3688 Visible
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h227 Visible, member in class:clang::ModuleOwnershipKind
775 return (int)getModuleOwnershipKind() > (int)ModuleOwnershipKind::Visible;
782 setModuleOwnershipKind(ModuleOwnershipKind::Visible);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3374 bool Visible = VD->isExternallyVisible(); local
3375 if (Visible) {
3381 if (Visible && !getNextDiscriminator(VD, ScopeDepth))
3388 Mangler.getStream() << (Visible ? "@5" : "@4IA");
H A DASTImporter.cpp317 bool Visible = false; local
320 Visible = true;
324 Visible = true;
329 if (!Visible) {
H A DDecl.cpp584 case Decl::ModuleOwnershipKind::Visible:

Completed in 229 milliseconds