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 404 StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors,
408 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation,
418 StringRef Path, StringRef Sysroot, bool DisablePCHValidation,
428 Sysroot.empty() ? "" : Sysroot.data(), DisablePCHValidation,
    [all...]
FrontendAction.cpp 355 CI.getPreprocessorOpts().DisablePCHValidation,
ASTUnit.cpp     [all...]
CompilerInvocation.cpp     [all...]

Completed in 866 milliseconds