Home
last modified time | relevance | path

Searched defs:isUnset (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h325 bool isUnset() const { return SymbolContents == SymContentsUnset; } in isUnset() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2797 bool isUnset() const { return Specifiers == 0; } in isUnset() function