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 113 FileSystemOptions FileSystemOpts;
187 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; }
189 return FileSystemOpts;
ASTUnit.h 83 FileSystemOptions FileSystemOpts;
469 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
671 const FileSystemOptions &FileSystemOpts,
    [all...]
  /external/clang/include/clang/Basic/
FileManager.h 122 FileSystemOptions FileSystemOpts;
182 FileManager(const FileSystemOptions &FileSystemOpts);
227 const FileSystemOptions &getFileSystemOptions() { return FileSystemOpts; }
  /external/clang/lib/Basic/
FileManager.cpp 105 : FileSystemOpts(FSO),
424 if (FileSystemOpts.WorkingDir.empty()
428 SmallString<128> NewPath(FileSystemOpts.WorkingDir);
459 if (FileSystemOpts.WorkingDir.empty()) {
478 if (FileSystemOpts.WorkingDir.empty()) {
500 // FIXME: FileSystemOpts shouldn't be passed in here, all paths should be
502 if (FileSystemOpts.WorkingDir.empty())
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 251 AllocatedCXCodeCompleteResults(const FileSystemOptions& FileSystemOpts);
265 FileSystemOptions FileSystemOpts;
320 const FileSystemOptions& FileSystemOpts)
326 FileSystemOpts(FileSystemOpts),
327 FileMgr(new FileManager(FileSystemOpts)),
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 680 const FileSystemOptions &FileSystemOpts,
701 AST->FileMgr = new FileManager(FileSystemOpts);
    [all...]

Completed in 105 milliseconds