Home | History | Annotate | Download | only in Lex

Lines Matching refs:Includer

599   // Unless disabled, check to see if the file is in the #includer's
600 // directory. This cannot be based on CurDir, because each includer could be
608 const FileEntry *Includer = IncluderAndDir.first;
620 // If we have no includer, that means we're processing a #include
624 Includer ? getFileInfo(Includer).DirInfo != SrcMgr::C_User :
629 if (!Includer) {
630 assert(First && "only first includer can have no file");
640 HeaderFileInfo &FromHFI = getFileInfo(Includer);