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.cpp3830 bool Visible = false; in ArgumentDependentLookup() local
3952 VisibleDeclsRecord &Visible; member in __anon506a0daf1711::ShadowContextRAII
3957 ShadowContextRAII(VisibleDeclsRecord &Visible) : Visible(Visible) { in ShadowContextRAII()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp4096 bool Visible = VD->isExternallyVisible(); in mangleStaticGuardVariable() local
H A DASTImporter.cpp324 bool Visible = false; in addDeclToContexts() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8987 enum class AcceptableKind { Visible, Reachable }; enumerator