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