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 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...]

Completed in 58 milliseconds