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

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 154 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; }
155 const FileSystemOptions &getFileSystemOpts() const {
CompilerInstance.h 202 const FileSystemOptions &getFileSystemOpts() const {
203 return Invocation->getFileSystemOpts();
ASTUnit.h 464 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }

Completed in 188 milliseconds