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

  /external/clang/include/clang/Lex/
PreprocessorOptions.h 66 bool DisablePCHValidation;
144 DisablePCHValidation(false),
  /external/clang/include/clang/Frontend/
CompilerInstance.h 646 void createPCHExternalASTSource(StringRef Path, bool DisablePCHValidation,
655 StringRef Path, StringRef Sysroot, bool DisablePCHValidation,
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 135 CInvok->getPreprocessorOpts().DisablePCHValidation = true;
CompilerInstance.cpp 410 StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors,
414 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation,
424 StringRef Path, StringRef Sysroot, bool DisablePCHValidation,
434 Sysroot.empty() ? "" : Sysroot.data(), DisablePCHValidation,
    [all...]
FrontendAction.cpp 373 CI.getPreprocessorOpts().DisablePCHValidation,
ASTUnit.cpp     [all...]
CompilerInvocation.cpp     [all...]

Completed in 929 milliseconds