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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Ownership.h 167 bool isUnset() const { return !Invalid && !Val; }
209 bool isUnset() const { return PtrWithInvalid == 0; }
DeclSpec.h 2631 bool isUnset() const { return Specifiers == 0; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbol.h 315 bool isUnset() const { return SymbolContents == SymContentsUnset; }

Completed in 53 milliseconds