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 102 FileSystemOptions FileSystemOpts;
513 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
713 const FileSystemOptions &FileSystemOpts,
    [all...]
  /external/clang/include/clang/Basic/
FileManager.h 125 FileSystemOptions FileSystemOpts;
182 FileManager(const FileSystemOptions &FileSystemOpts,
228 const FileSystemOptions &getFileSystemOptions() { return FileSystemOpts; }
  /external/clang/lib/Basic/
FileManager.cpp 49 : FS(FS), FileSystemOpts(FSO),
373 if (FileSystemOpts.WorkingDir.empty()
377 SmallString<128> NewPath(FileSystemOpts.WorkingDir);
410 if (FileSystemOpts.WorkingDir.empty()) {
431 if (FileSystemOpts.WorkingDir.empty()) {
453 // FIXME: FileSystemOpts shouldn't be passed in here, all paths should be
455 if (FileSystemOpts.WorkingDir.empty())
  /external/clang/lib/Frontend/
ASTUnit.cpp 667 const FileSystemOptions &FileSystemOpts,
688 AST->FileMgr = new FileManager(FileSystemOpts, VFS);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 198 milliseconds