HomeSort by relevance Sort by last modified time
    Searched refs:getFileSystemOpts (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 189 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; }
190 const FileSystemOptions &getFileSystemOpts() const {
CompilerInstance.h 249 const FileSystemOptions &getFileSystemOpts() const {
250 return Invocation->getFileSystemOpts();
ASTUnit.h 513 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
    [all...]
  /external/clang/lib/Frontend/
ASTMerge.cpp 49 CI.getFileSystemOpts(), false);
FrontendAction.cpp 191 CI.getFileSystemOpts());
ASTUnit.cpp     [all...]
CompilerInvocation.cpp     [all...]
CompilerInstance.cpp 228 FileMgr = new FileManager(getFileSystemOpts(), VirtualFileSystem);
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 176 FileManager FileMgr(origCI.getFileSystemOpts());

Completed in 354 milliseconds