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

  /external/clang/utils/analyzer/
SATestAdd.py 37 CurDir = os.path.abspath(os.curdir)
47 ProjectMapPath = os.path.join(CurDir, SATestBuild.ProjectMapFile)
  /external/clang/lib/Lex/
PPLexerChange.cpp 71 void Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir,
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;
215 if (const DirectoryEntry *CurDir = FM.getDirectory(Path)) {
216 if (CurDir == Dir) {
HeaderSearch.cpp 402 const DirectoryLookup *&CurDir,
414 CurDir = 0;
430 // directory. This has to be based on CurFileEnt, not CurDir, because
442 // Leave CurDir unset.
463 CurDir = 0;
501 CurDir = &SearchDirs[i];
505 HFI.DirInfo = CurDir->getDirCharacteristic();
515 if (CurDir->isIndexHeaderMap()) {
542 FromDir, CurDir, CurFileEnt,
    [all...]
PPDirectives.cpp 494 const DirectoryLookup *&CurDir,
519 CurDir = CurDirLookup;
521 Filename, isAngled, FromDir, CurDir, CurFileEnt,
    [all...]
PPMacroExpansion.cpp     [all...]
Pragma.cpp 439 const DirectoryLookup *CurDir;
440 const FileEntry *File = LookupFile(Filename, isAngled, 0, CurDir, NULL, NULL,
    [all...]
  /external/clang/include/clang/Lex/
HeaderSearch.h 304 /// \param CurDir If non-null, the file was found in the specified directory
323 const DirectoryLookup *&CurDir,
Preprocessor.h     [all...]

Completed in 117 milliseconds