Home
last modified time | relevance | path

Searched refs:AllowHidden (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DLookup.h175 AllowHidden(Other.AllowHidden), in LookupResult()
196 AllowHidden(std::move(Other.AllowHidden)), in LookupResult()
219 AllowHidden = std::move(Other.AllowHidden);
276 AllowHidden = AH; in setAllowHidden()
282 return AllowHidden || in isHiddenDeclarationVisible()
748 bool AllowHidden = false; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1061 bool AllowHidden = false) const;
1064 bool AllowHidden = false) const {
1065 return getMethod(Sel, true/*isInstance*/, AllowHidden);
1068 ObjCMethodDecl *getClassMethod(Selector Sel, bool AllowHidden = false) const {
1069 return getMethod(Sel, false/*isInstance*/, AllowHidden);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp93 bool AllowHidden) const { in getMethod()
98 if (!Def->isUnconditionallyVisible() && !AllowHidden) in getMethod()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp322 AllowHidden = true; in configure()