HomeSort by: relevance | last modified time | path
    Searched defs:isHidden (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangSACheckersEmitter.cpp 130 static bool isHidden(const Record *R) {
136 return isHidden(DI->getDef());
151 if (!isHidden(&R))
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolWasm.h 19 bool IsHidden = false;
73 bool isHidden() const { return IsHidden; }
74 void setHidden(bool isHidden) { IsHidden = isHidden; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 91 bool isHidden() const {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 2118 LLVM_ATTRIBUTE_USED static bool isHidden(const CheckerRegistryData &Registry,
2122 return Checker.IsHidden;
2147 !isHidden(ErrorNode->getState()
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 92 milliseconds