Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h225 Visible, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3924 bool Visible = false; in ArgumentDependentLookup() local
4047 VisibleDeclsRecord &Visible; member in __anon506a0daf1711::ShadowContextRAII
4052 ShadowContextRAII(VisibleDeclsRecord &Visible) : Visible(Visible) { in ShadowContextRAII()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp4188 bool Visible = VD->isExternallyVisible(); in mangleStaticGuardVariable() local
H A DASTImporter.cpp323 bool Visible = false; in addDeclToContexts() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9260 enum class AcceptableKind { Visible, Reachable }; enumerator