Searched defs:Visible (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | DeclBase.h | 224 Visible, global() enumerator |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaLookup.cpp | 3896 bool Visible = false; ArgumentDependentLookup() local |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | MicrosoftMangle.cpp | 3937 bool Visible = VD->isExternallyVisible(); mangleStaticGuardVariable() local |
H A D | ASTImporter.cpp | 324 bool Visible = false; in addDeclToContexts() local |
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ | ||
H A D | Sema.h | 2304 enum class AcceptableKind { Visible, Reachable }; global() enumerator |