Home
last modified time | relevance | path

Searched defs:Visible (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h222 Visible, enumerator
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp3879 bool Visible = false; in ArgumentDependentLookup() local
3999 VisibleDeclsRecord &Visible; member in __anonb0e6ccc61611::ShadowContextRAII
4004 ShadowContextRAII(VisibleDeclsRecord &Visible) : Visible(Visible) { in ShadowContextRAII()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp3799 bool Visible = VD->isExternallyVisible(); in mangleStaticGuardVariable() local
H A DASTImporter.cpp324 bool Visible = false; in addDeclToContexts() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2257 enum class AcceptableKind { Visible, Reachable }; enumerator