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 254 /// for system #include's or not (i.e. using <> instead of ""). CurFileEnt, if
262 const FileEntry *CurFileEnt,
283 // directory. This has to be based on CurFileEnt, not CurDir, because
284 // CurFileEnt could be a #include of a subdirectory (#include "foo/bar.h") and
287 if (CurFileEnt && !isAngled && !NoCurDirSearch) {
291 TmpDir += CurFileEnt->getDir()->getName();
301 unsigned DirInfo = getFileInfo(CurFileEnt).DirInfo;
304 llvm::StringRef SearchPathRef(CurFileEnt->getDir()->getName());
PPDirectives.cpp 483 const FileEntry *CurFileEnt = 0;
486 CurFileEnt = SourceMgr.getFileEntryForID(FID);
494 if (CurFileEnt == 0) {
496 CurFileEnt = SourceMgr.getFileEntryForID(FID);
503 Filename, isAngled, FromDir, CurDir, CurFileEnt,
511 if ((CurFileEnt = SourceMgr.getFileEntryForID(CurPPLexer->getFileID())))
512 if ((FE = HeaderInfo.LookupSubframeworkHeader(Filename, CurFileEnt,
520 if ((CurFileEnt =
523 Filename, CurFileEnt, SearchPath, RelativePath)))
    [all...]
  /external/clang/include/clang/Lex/
HeaderSearch.h 204 /// \param CurFileEnt If non-null, indicates where the #including file is, in
217 const FileEntry *CurFileEnt,

Completed in 378 milliseconds