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

  /external/clang/lib/Lex/
HeaderSearch.cpp 561 /// for system \#include's or not (i.e. using <> instead of ""). Includers, if
567 ArrayRef<const FileEntry *> Includers, SmallVectorImpl<char> *SearchPath,
617 if (!Includers.empty() && !isAngled && !NoCurDirSearch) {
619 for (ArrayRef<const FileEntry *>::iterator I = Includers.begin(),
620 E = Includers.end();
663 if (I == Includers.begin())
779 if (!Includers.empty() && !isAngled &&
781 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front());
790 Includers.front(), SearchPath, RelativePath, SuggestedModule);
    [all...]
PPDirectives.cpp 572 SmallVector<const FileEntry *, 16> Includers;
587 Includers.push_back(FileEnt);
598 Includers.push_back(FileEnt);
606 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
    [all...]
  /external/clang/include/clang/Lex/
HeaderSearch.h 373 /// \param Includers Indicates where the \#including file(s) are, in case
390 ArrayRef<const FileEntry *> Includers,

Completed in 135 milliseconds