Searched refs:CurFileEnt (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp494 /// for system \#include's or not (i.e. using <> instead of ""). CurFileEnt, if
502 const FileEntry *CurFileEnt,
547 // directory. This has to be based on CurFileEnt, not CurDir, because
548 // CurFileEnt could be a #include of a subdirectory (#include "foo/bar.h") and
551 if (CurFileEnt && !isAngled && !NoCurDirSearch) {
555 TmpDir += CurFileEnt->getDir()->getName();
565 HeaderFileInfo &FromHFI = getFileInfo(CurFileEnt);
576 StringRef SearchPathRef(CurFileEnt->getDir()->getName());
668 if (CurFileEnt && !isAngled && Filename.find('/') == StringRef::npos) {
669 HeaderFileInfo &IncludingHFI = getFileInfo(CurFileEnt);
497 LookupFile( StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, const FileEntry *CurFileEnt, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) argument
[all...]
H A DPPDirectives.cpp629 const FileEntry *CurFileEnt = 0; local
632 CurFileEnt = SourceMgr.getFileEntryForID(FID);
640 if (CurFileEnt == 0) {
642 CurFileEnt = SourceMgr.getFileEntryForID(FID);
649 Filename, isAngled, FromDir, CurDir, CurFileEnt,
661 if ((CurFileEnt = SourceMgr.getFileEntryForID(CurPPLexer->getFileID())))
662 if ((FE = HeaderInfo.LookupSubframeworkHeader(Filename, CurFileEnt,
671 if ((CurFileEnt =
674 Filename, CurFileEnt, SearchPath, RelativePath,
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearch.h355 /// \param CurFileEnt If non-null, indicates where the \#including file is, in
372 const FileEntry *CurFileEnt,

Completed in 74 milliseconds