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

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 112 FileSystemOptions FileSystemOpts;
186 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; }
188 return FileSystemOpts;
ASTUnit.h 82 FileSystemOptions FileSystemOpts;
468 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
669 const FileSystemOptions &FileSystemOpts,
    [all...]
  /external/clang/include/clang/Basic/
FileManager.h 121 FileSystemOptions FileSystemOpts;
181 FileManager(const FileSystemOptions &FileSystemOpts);
226 const FileSystemOptions &getFileSystemOptions() { return FileSystemOpts; }
  /external/clang/lib/Basic/
FileManager.cpp 184 : FileSystemOpts(FSO),
491 if (FileSystemOpts.WorkingDir.empty()
495 SmallString<128> NewPath(FileSystemOpts.WorkingDir);
526 if (FileSystemOpts.WorkingDir.empty()) {
545 if (FileSystemOpts.WorkingDir.empty()) {
567 // FIXME: FileSystemOpts shouldn't be passed in here, all paths should be
569 if (FileSystemOpts.WorkingDir.empty())
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 250 AllocatedCXCodeCompleteResults(const FileSystemOptions& FileSystemOpts);
264 FileSystemOptions FileSystemOpts;
319 const FileSystemOptions& FileSystemOpts)
325 FileSystemOpts(FileSystemOpts),
326 FileMgr(new FileManager(FileSystemOpts)),
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 674 const FileSystemOptions &FileSystemOpts,
695 AST->FileMgr = new FileManager(FileSystemOpts);
    [all...]

Completed in 379 milliseconds