Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DDeclBase.h225 Visible, enumerator
/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3830 bool Visible = false; ArgumentDependentLookup() local
3952 VisibleDeclsRecord &Visible; global() member in __anond4728be21711::ShadowContextRAII
3957 ShadowContextRAII(VisibleDeclsRecord & Visible) ShadowContextRAII() argument
[all...]
/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp4095 bool Visible = VD->isExternallyVisible(); mangleStaticGuardVariable() local
H A DASTImporter.cpp324 bool Visible = false; addDeclToContexts() local
/llvm-project/clang/include/clang/Sema/
H A DSema.h8985 enum class AcceptableKind { Visible, Reachable }; global() enumerator