Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLe64.h59 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function
H A DWebAssembly.h172 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function
H A DOSTargets.h91 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h251 bool hasProtectedVisibility() const { in hasProtectedVisibility() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1290 virtual bool hasProtectedVisibility() const { return true; } in hasProtectedVisibility() function