HomeSort by relevance Sort by last modified time
    Searched refs:SETraits (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/AST/
DeclTemplate.cpp 166 typedef SpecEntryTraits<EntryType> SETraits;
170 return Entry ? SETraits::getDecl(Entry)->getMostRecentDecl() : nullptr;
177 typedef SpecEntryTraits<EntryType> SETraits;
182 SETraits::getTemplateArgs(Entry),
191 assert(SETraits::getDecl(Existing)->isCanonicalDecl() &&
197 SETraits::getDecl(Entry));
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 655 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
656 typename DeclType = typename SETraits::DeclType>
659 SpecIterator<EntryType, SETraits, DeclType>,
670 return SETraits::getDecl(&*this->I)->getMostRecentDecl();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 750 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
751 typename DeclType = typename SETraits::DeclType>
754 SpecIterator<EntryType, SETraits, DeclType>,
765 return SETraits::getDecl(&*this->I)->getMostRecentDecl();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclTemplate.h 750 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
751 typename DeclType = typename SETraits::DeclType>
754 SpecIterator<EntryType, SETraits, DeclType>,
765 return SETraits::getDecl(&*this->I)->getMostRecentDecl();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclTemplate.h 750 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
751 typename DeclType = typename SETraits::DeclType>
754 SpecIterator<EntryType, SETraits, DeclType>,
765 return SETraits::getDecl(&*this->I)->getMostRecentDecl();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclTemplate.h 750 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
751 typename DeclType = typename SETraits::DeclType>
754 SpecIterator<EntryType, SETraits, DeclType>,
765 return SETraits::getDecl(&*this->I)->getMostRecentDecl();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclTemplate.h 750 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
751 typename DeclType = typename SETraits::DeclType>
754 SpecIterator<EntryType, SETraits, DeclType>,
765 return SETraits::getDecl(&*this->I)->getMostRecentDecl();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclTemplate.h 750 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
751 typename DeclType = typename SETraits::DeclType>
754 SpecIterator<EntryType, SETraits, DeclType>,
765 return SETraits::getDecl(&*this->I)->getMostRecentDecl();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclTemplate.h 750 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
751 typename DeclType = typename SETraits::DeclType>
754 SpecIterator<EntryType, SETraits, DeclType>,
765 return SETraits::getDecl(&*this->I)->getMostRecentDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 750 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
751 typename DeclType = typename SETraits::DeclType>
754 SpecIterator<EntryType, SETraits, DeclType>,
765 return SETraits::getDecl(&*this->I)->getMostRecentDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclTemplate.h 750 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
751 typename DeclType = typename SETraits::DeclType>
754 SpecIterator<EntryType, SETraits, DeclType>,
765 return SETraits::getDecl(&*this->I)->getMostRecentDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclTemplate.h 750 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
751 typename DeclType = typename SETraits::DeclType>
754 SpecIterator<EntryType, SETraits, DeclType>,
765 return SETraits::getDecl(&*this->I)->getMostRecentDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclTemplate.h 750 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
751 typename DeclType = typename SETraits::DeclType>
754 SpecIterator<EntryType, SETraits, DeclType>,
765 return SETraits::getDecl(&*this->I)->getMostRecentDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclTemplate.h 750 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
751 typename DeclType = typename SETraits::DeclType>
754 SpecIterator<EntryType, SETraits, DeclType>,
765 return SETraits::getDecl(&*this->I)->getMostRecentDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclTemplate.h 750 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
751 typename DeclType = typename SETraits::DeclType>
754 SpecIterator<EntryType, SETraits, DeclType>,
765 return SETraits::getDecl(&*this->I)->getMostRecentDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclTemplate.h 750 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
751 typename DeclType = typename SETraits::DeclType>
754 SpecIterator<EntryType, SETraits, DeclType>,
765 return SETraits::getDecl(&*this->I)->getMostRecentDecl();
    [all...]

Completed in 604 milliseconds