Searched defs:hasProtectedVisibility (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | Le64.h |
|
H A D | WebAssembly.h | 172 bool hasProtectedVisibility() const override { return false; } hasProtectedVisibility() function |
H A D | OSTargets.h | 91 bool hasProtectedVisibility() const override { return false; } hasProtectedVisibility() function |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | GlobalValue.h | 251 bool hasProtectedVisibility() const { hasProtectedVisibility() function |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 1290 virtual bool hasProtectedVisibility() const { return true; } hasProtectedVisibility() function |