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

  /external/clang/include/clang/Basic/
FileManager.h 114 FileSystemOptions FileSystemOpts;
161 FileManager(const FileSystemOptions &FileSystemOpts);
199 const FileSystemOptions &getFileSystemOptions() { return FileSystemOpts; }
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 83 FileSystemOptions FileSystemOpts;
184 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; }
186 return FileSystemOpts;
ASTUnit.h 73 FileSystemOptions FileSystemOpts;
457 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
627 const FileSystemOptions &FileSystemOpts,
  /external/clang/lib/Basic/
FileManager.cpp 164 : FileSystemOpts(FSO),
476 if (FileSystemOpts.WorkingDir.empty()
480 SmallString<128> NewPath(FileSystemOpts.WorkingDir);
505 if (FileSystemOpts.WorkingDir.empty()) {
524 if (FileSystemOpts.WorkingDir.empty()) {
546 // FIXME: FileSystemOpts shouldn't be passed in here, all paths should be
548 if (FileSystemOpts.WorkingDir.empty())
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 234 AllocatedCXCodeCompleteResults(const FileSystemOptions& FileSystemOpts);
246 FileSystemOptions FileSystemOpts;
297 const FileSystemOptions& FileSystemOpts)
301 FileSystemOpts(FileSystemOpts),
302 FileMgr(new FileManager(FileSystemOpts)),
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 657 const FileSystemOptions &FileSystemOpts,
677 AST->FileMgr = new FileManager(FileSystemOpts);
    [all...]

Completed in 1052 milliseconds