Searched refs:CurDir (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPLexerChange.cpp71 void Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir, argument
81 EnterSourceFileWithPTH(PL, CurDir);
104 EnterSourceFileWithLexer(new Lexer(FID, InputFile, *this), CurDir);
111 const DirectoryLookup *CurDir) {
119 CurDirLookup = CurDir;
136 const DirectoryLookup *CurDir) {
141 CurDirLookup = CurDir;
219 if (const DirectoryEntry *CurDir = FM.getDirectory(Path)) {
220 if (CurDir == Dir) {
110 EnterSourceFileWithLexer(Lexer *TheLexer, const DirectoryLookup *CurDir) argument
135 EnterSourceFileWithPTH(PTHLexer *PL, const DirectoryLookup *CurDir) argument
H A DHeaderSearch.cpp501 const DirectoryLookup *&CurDir,
531 CurDir = 0;
547 // directory. This has to be based on CurFileEnt, not CurDir, because
559 // Leave CurDir unset.
588 CurDir = 0;
626 CurDir = &SearchDirs[i];
630 HFI.DirInfo = CurDir->getDirCharacteristic();
650 if (CurDir->isIndexHeaderMap()) {
677 FromDir, CurDir, 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
H A DPPDirectives.cpp622 const DirectoryLookup *&CurDir,
647 CurDir = CurDirLookup;
649 Filename, isAngled, FromDir, CurDir, CurFileEnt,
1481 const DirectoryLookup *CurDir; local
1489 FilenameLoc, Filename, isAngled, LookupFrom, CurDir,
1504 File = LookupFile(FilenameLoc, Filename, isAngled, LookupFrom, CurDir,
1529 FilenameLoc, Filename, false, LookupFrom, CurDir,
1696 EnterSourceFile(FID, CurDir, FilenameTok.getLocation());
617 LookupFile( SourceLocation FilenameLoc, StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) argument
H A DPPMacroExpansion.cpp1158 const DirectoryLookup *CurDir;
1160 PP.LookupFile(FilenameLoc, Filename, isAngled, LookupFrom, CurDir, NULL,
H A DPragma.cpp476 const DirectoryLookup *CurDir; local
478 isAngled, 0, CurDir, NULL, NULL, NULL);
/freebsd-9.3-release/contrib/cvs/src/
H A Dmain.c68 char *CurDir; variable
757 CurDir = xstrdup ("<remote>");
760 CurDir = xgetwd ();
761 if (CurDir == NULL)
H A Dedit.c321 ascnow, hostname, CurDir);
450 if (strpbrk (CurDir, "+,>;=\t\n") != NULL)
453 CurDir);
515 ascnow, hostname, CurDir);
H A Dhistory.c22 * X date | user | CurDir | special | rev(s) | argument '\n'
45 * CurDir The directory where the action occurred. This should be the
424 case 'w': /* Match Working Dir (CurDir) fields */
788 PrCurDir = CurDir;
791 /* Assumes neither CurDir nor pwdir ends in '/' */
793 if (!strncmp (CurDir, pwdir, i))
815 if (!strncmp (CurDir, homedir, i))
H A Dcvs.h384 extern char *CurDir;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp336 const DirectoryLookup *CurDir; local
338 Filename, isAngled, 0, CurDir,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearch.h352 /// \param CurDir If non-null, the file was found in the specified directory
371 const DirectoryLookup *&CurDir,
H A DPreprocessor.h1231 const DirectoryLookup *&CurDir,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp373 const DirectoryLookup *CurDir; local
374 const FileEntry *FE = PP->LookupFile(Pos, Filename, false, NULL, CurDir,

Completed in 213 milliseconds