Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h224 Visible, global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3896 bool Visible = false; ArgumentDependentLookup() local
4018 VisibleDeclsRecord &Visible; global() member in __anon58ef0f811611::ShadowContextRAII
4023 ShadowContextRAII(VisibleDeclsRecord & Visible) ShadowContextRAII() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3937 bool Visible = VD->isExternallyVisible(); mangleStaticGuardVariable() local
H A DASTImporter.cpp324 bool Visible = false; in addDeclToContexts() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2304 enum class AcceptableKind { Visible, Reachable }; global() enumerator