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

  /external/clang/lib/Lex/
PPLexerChange.cpp 67 void Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir,
77 EnterSourceFileWithPTH(PL, CurDir);
93 EnterSourceFileWithLexer(new Lexer(FID, InputFile, *this), CurDir);
100 const DirectoryLookup *CurDir) {
108 CurDirLookup = CurDir;
123 const DirectoryLookup *CurDir) {
128 CurDirLookup = CurDir;
HeaderSearch.cpp 261 const DirectoryLookup *&CurDir,
267 CurDir = 0;
283 // directory. This has to be based on CurFileEnt, not CurDir, because
295 // Leave CurDir unset.
316 CurDir = 0;
352 CurDir = &SearchDirs[i];
355 getFileInfo(FE).DirInfo = CurDir->getDirCharacteristic();
PPDirectives.cpp 478 const DirectoryLookup *&CurDir,
501 CurDir = CurDirLookup;
503 Filename, isAngled, FromDir, CurDir, CurFileEnt,
    [all...]
PPMacroExpansion.cpp 755 const DirectoryLookup *CurDir;
757 PP.LookupFile(Filename, isAngled, LookupFrom, CurDir, NULL, NULL);
    [all...]
Pragma.cpp 368 const DirectoryLookup *CurDir;
369 const FileEntry *File = LookupFile(Filename, isAngled, 0, CurDir, NULL, NULL);
    [all...]
  /external/clang/include/clang/Lex/
HeaderSearch.h 201 /// \param CurDir If non-null, the file was found in the specified directory
216 const DirectoryLookup *&CurDir,
Preprocessor.h     [all...]

Completed in 297 milliseconds