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 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; }
  /external/clang/lib/Frontend/
ASTMerge.cpp 48 CI.getFileSystemOpts(), false);
FrontendAction.cpp 148 CI.getFileSystemOpts());
ASTUnit.cpp     [all...]
CompilerInvocation.cpp 870 FileSystemOptsToArgs(getFileSystemOpts(), Res);
    [all...]
CompilerInstance.cpp 206 FileMgr = new FileManager(getFileSystemOpts());
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 676 new AllocatedCXCodeCompleteResults(AST->getFileSystemOpts());
    [all...]

Completed in 896 milliseconds