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 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/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...]

Completed in 58 milliseconds