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;
180 AllowPCHWithCompilerErrors(false),
  /external/clang/include/clang/Frontend/
CompilerInstance.h 542 bool AllowPCHWithCompilerErrors,
551 bool AllowPCHWithCompilerErrors,
ASTUnit.h 676 bool AllowPCHWithCompilerErrors = false,
783 bool AllowPCHWithCompilerErrors = false,
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 289 bool AllowPCHWithCompilerErrors,
295 AllowPCHWithCompilerErrors,
308 bool AllowPCHWithCompilerErrors,
318 AllowPCHWithCompilerErrors,
    [all...]
FrontendAction.cpp 315 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors,
ASTUnit.cpp 685 bool AllowPCHWithCompilerErrors,
793 AllowPCHWithCompilerErrors));
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 641 PPOpts.AllowPCHWithCompilerErrors = true;
    [all...]

Completed in 503 milliseconds