Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DLe64.h57 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function
H A DWebAssembly.h139 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function
H A DOSTargets.h124 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h232 bool hasProtectedVisibility() const { in hasProtectedVisibility() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1136 virtual bool hasProtectedVisibility() const { return true; } in hasProtectedVisibility() function