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

  /external/clang/include/clang/Lex/
PreprocessorOptions.h 69 bool AllowPCHWithCompilerErrors;
145 AllowPCHWithCompilerErrors(false),
  /external/clang/include/clang/Frontend/
CompilerInstance.h 647 bool AllowPCHWithCompilerErrors,
656 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context,
ASTUnit.h 733 bool CaptureDiagnostics = false, bool AllowPCHWithCompilerErrors = false,
852 bool AllowPCHWithCompilerErrors = false, bool SkipFunctionBodies = false,
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 410 StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors,
415 AllowPCHWithCompilerErrors, getPreprocessor(), getASTContext(),
425 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context,
435 AllowPCHWithCompilerErrors, /*AllowConfigurationMismatch*/ false,
    [all...]
ASTUnit.cpp 657 bool CaptureDiagnostics, bool AllowPCHWithCompilerErrors,
715 AllowPCHWithCompilerErrors);
    [all...]
FrontendAction.cpp 374 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, DeserialListener,
  /external/clang/tools/libclang/
Indexing.cpp 560 PPOpts.AllowPCHWithCompilerErrors = true;
    [all...]

Completed in 712 milliseconds