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

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 115 FileSystemOptions FileSystemOpts;
189 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; }
191 return FileSystemOpts;
ASTUnit.h 102 FileSystemOptions FileSystemOpts;
513 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
713 const FileSystemOptions &FileSystemOpts,
    [all...]
  /external/clang/include/clang/Basic/
FileManager.h 125 FileSystemOptions FileSystemOpts;
182 FileManager(const FileSystemOptions &FileSystemOpts,
228 const FileSystemOptions &getFileSystemOptions() { return FileSystemOpts; }
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 648 milliseconds