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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
aliasthis.h 30 bool isDeprecated() const { return this->isDeprecated_; }
declaration.h 144 bool isDeprecated() const { return (storage_class & STCdeprecated) != 0; }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 685 bool isDeprecated(std::string *Message = nullptr) const {

Completed in 31 milliseconds