HomeSort by relevance Sort by last modified time
    Searched defs:FileSystemOpts (Results 1 - 5 of 5) 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/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...]

Completed in 273 milliseconds