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

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 115 FileSystemOptions FileSystemOpts;
189 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; }
191 return FileSystemOpts;
ASTUnit.h 104 FileSystemOptions FileSystemOpts;
528 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
731 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo = false,
    [all...]
  /external/clang/include/clang/Basic/
FileManager.h 117 FileSystemOptions FileSystemOpts;
174 FileManager(const FileSystemOptions &FileSystemOpts,
221 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; }
222 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
  /external/clang/lib/Basic/
FileManager.cpp 51 : FS(FS), FileSystemOpts(FSO),
391 if (FileSystemOpts.WorkingDir.empty()
395 SmallString<128> NewPath(FileSystemOpts.WorkingDir);
436 if (FileSystemOpts.WorkingDir.empty())
448 if (FileSystemOpts.WorkingDir.empty())
463 // FIXME: FileSystemOpts shouldn't be passed in here, all paths should be
465 if (FileSystemOpts.WorkingDir.empty())
  /external/clang/lib/Frontend/
ASTUnit.cpp 655 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo,
674 AST->FileMgr = new FileManager(FileSystemOpts, VFS);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1801 milliseconds