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

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 193 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; }
194 const FileSystemOptions &getFileSystemOpts() const {
CompilerInstance.h 273 FileSystemOptions &getFileSystemOpts() {
274 return Invocation->getFileSystemOpts();
276 const FileSystemOptions &getFileSystemOpts() const {
277 return Invocation->getFileSystemOpts();
ASTUnit.h 528 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
    [all...]
  /external/clang/include/clang/Basic/
FileManager.h 223 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; }
224 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
  /external/clang/lib/Frontend/
ASTMerge.cpp 50 Diags, CI.getFileSystemOpts(), false);
ASTUnit.cpp     [all...]
FrontendAction.cpp 212 InputFile, CI.getPCHContainerReader(), Diags, CI.getFileSystemOpts(),
CompilerInstance.cpp 237 FileMgr = new FileManager(getFileSystemOpts(), VirtualFileSystem);
    [all...]
CompilerInvocation.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 181 FileManager FileMgr(origCI.getFileSystemOpts());
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 118 milliseconds