reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Serialization/ASTReader.h
   92 class FileSystemOptions;
tools/lldb/include/lldb/Core/ClangForward.h
   60 class FileSystemOptions;

References

tools/clang/include/clang/Basic/FileManager.h
  173   FileSystemOptions FileSystemOpts;
  254   FileManager(const FileSystemOptions &FileSystemOpts,
  352   FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; }
  353   const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
tools/clang/include/clang/Frontend/ASTUnit.h
  127   FileSystemOptions FileSystemOpts;
  479   const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
  694       const FileSystemOptions &FileSystemOpts, bool UseDebugInfo = false,
tools/clang/include/clang/Frontend/CompilerInstance.h
  282   FileSystemOptions &getFileSystemOpts() {
  285   const FileSystemOptions &getFileSystemOpts() const {
tools/clang/include/clang/Frontend/CompilerInvocation.h
  134   FileSystemOptions FileSystemOpts;
  207   FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; }
  209   const FileSystemOptions &getFileSystemOpts() const {
tools/clang/include/clang/Serialization/ASTReader.h
  173   virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
  265   bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
tools/clang/lib/ARCMigrate/ObjCMT.cpp
 2236   FileSystemOptions FSOpts;
tools/clang/lib/Basic/FileManager.cpp
   51 FileManager::FileManager(const FileSystemOptions &FSO,
tools/clang/lib/Frontend/ASTUnit.cpp
  759     const FileSystemOptions &FileSystemOpts, bool UseDebugInfo,
tools/clang/lib/Frontend/CompilerInvocation.cpp
 1645 static void ParseFileSystemArgs(FileSystemOptions &Opts, ArgList &Args) {
tools/clang/lib/Frontend/SerializedDiagnosticReader.cpp
   30   FileSystemOptions FO;
tools/clang/lib/Serialization/ASTReader.cpp
  186 ChainedASTReaderListener::ReadFileSystemOptions(const FileSystemOptions &FSOpts,
 5755   FileSystemOptions FSOpts;
tools/clang/lib/Serialization/ASTWriter.cpp
 1646   const FileSystemOptions &FSOpts =
tools/clang/tools/c-index-test/core_main.cpp
  250   FileSystemOptions FileSystemOpts;
tools/clang/tools/extra/modularize/ModularizeUtilities.h
  211   clang::FileSystemOptions FileSystemOpts;
tools/clang/tools/libclang/CIndex.cpp
 3366   FileSystemOptions FileSystemOpts;
tools/clang/tools/libclang/CXLoadedDiagnostic.cpp
   45   FileSystemOptions FO;
tools/clang/unittests/AST/ASTVectorTest.cpp
   32   FileSystemOptions FileMgrOpts;
tools/clang/unittests/AST/CommentLexer.cpp
   37   FileSystemOptions FileMgrOpts;
tools/clang/unittests/AST/CommentParser.cpp
   43   FileSystemOptions FileMgrOpts;
tools/clang/unittests/Basic/FileManagerTest.cpp
   85   FileSystemOptions options;
  321   FileSystemOptions Opts;
  347   FileSystemOptions Opts;
  380   FileSystemOptions Opts;
  413   FileSystemOptions Opts;
tools/clang/unittests/Basic/SourceManagerTest.cpp
   42   FileSystemOptions FileMgrOpts;
tools/clang/unittests/Frontend/PCHPreambleTest.cpp
   52   FileSystemOptions FSOpts;
tools/clang/unittests/Lex/HeaderSearchTest.cpp
   49   FileSystemOptions FileMgrOpts;
tools/clang/unittests/Lex/LexerTest.cpp
  104   FileSystemOptions FileMgrOpts;
tools/clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp
   42   FileSystemOptions FileMgrOpts;
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
  210   FileSystemOptions file_opts;
tools/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
  138   FileSystemOptions file_opts;
tools/lldb/source/Symbol/ClangASTContext.cpp
  759     clang::FileSystemOptions file_system_options;
 1272   FileSystemOptions file_system_options;
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   73     forward(typename std::remove_reference<_Tp>::type& __t) noexcept
   83     constexpr _Tp&&
   84     forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
usr/include/c++/7.4.0/bits/unique_ptr.h
  824     make_unique(_Args&&... __args)
  825     { return unique_ptr<_Tp>(new _Tp(std::forward<_Args>(__args)...)); }
usr/include/c++/7.4.0/type_traits
 1629     { typedef _Tp   type; };