Searched defs:hasProtectedVisibility (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/IR/ | ||
D | GlobalValue.h | 143 bool hasProtectedVisibility() const { in hasProtectedVisibility() function |
/external/clang/include/clang/Basic/ | ||
D | TargetInfo.h | 740 virtual bool hasProtectedVisibility() const { return true; } in hasProtectedVisibility() function |
/external/clang/lib/Basic/ | ||
D | Targets.cpp | 247 bool hasProtectedVisibility() const override { in hasProtectedVisibility() function in __anon98321eb30111::DarwinTargetInfo |