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

  /frameworks/compile/mclinker/lib/Core/
InputTree.cpp 14 InputTree::Includer InputTree::Downward;
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 265 /** \class Includer
266 * \brief class Includer moves the iterator downward.
268 struct Includer : public Mover {
280 static Includer Downward;
  /external/clang/lib/Lex/
HeaderSearch.cpp 612 // Unless disabled, check to see if the file is in the #includer's
613 // directory. This cannot be based on CurDir, because each includer could be
622 const FileEntry *Includer = *I;
625 TmpDir = Includer->getDir()->getName();
633 getFileInfo(Includer).DirInfo != SrcMgr::C_User;
635 getFileAndSuggestModule(*this, TmpDir.str(), Includer->getDir(),
644 HeaderFileInfo &FromHFI = getFileInfo(Includer);
655 StringRef SearchPathRef(Includer->getDir()->getName());
    [all...]

Completed in 593 milliseconds