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

  /external/clang/lib/Lex/
HeaderSearch.cpp 395 /// for system #include's or not (i.e. using <> instead of ""). CurFileEnt, if
403 const FileEntry *CurFileEnt,
430 // directory. This has to be based on CurFileEnt, not CurDir, because
431 // CurFileEnt could be a #include of a subdirectory (#include "foo/bar.h") and
434 if (CurFileEnt && !isAngled && !NoCurDirSearch) {
438 TmpDir += CurFileEnt->getDir()->getName();
448 unsigned DirInfo = getFileInfo(CurFileEnt).DirInfo;
451 StringRef SearchPathRef(CurFileEnt->getDir()->getName());
533 if (CurFileEnt && !isAngled && Filename.find('/') == StringRef::npos) {
534 HeaderFileInfo &IncludingHFI = getFileInfo(CurFileEnt);
    [all...]
PPDirectives.cpp 501 const FileEntry *CurFileEnt = 0;
504 CurFileEnt = SourceMgr.getFileEntryForID(FID);
512 if (CurFileEnt == 0) {
514 CurFileEnt = SourceMgr.getFileEntryForID(FID);
521 Filename, isAngled, FromDir, CurDir, CurFileEnt,
530 if ((CurFileEnt = SourceMgr.getFileEntryForID(CurPPLexer->getFileID())))
531 if ((FE = HeaderInfo.LookupSubframeworkHeader(Filename, CurFileEnt,
539 if ((CurFileEnt =
542 Filename, CurFileEnt, SearchPath, RelativePath)))
    [all...]
  /external/clang/include/clang/Lex/
HeaderSearch.h 307 /// \param CurFileEnt If non-null, indicates where the #including file is, in
324 const FileEntry *CurFileEnt,

Completed in 29 milliseconds