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 544 bool AllowPCHWithCompilerErrors,
553 bool AllowPCHWithCompilerErrors,
ASTUnit.h 674 bool AllowPCHWithCompilerErrors = false,
781 bool AllowPCHWithCompilerErrors = false,
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 292 bool AllowPCHWithCompilerErrors,
298 AllowPCHWithCompilerErrors,
311 bool AllowPCHWithCompilerErrors,
321 AllowPCHWithCompilerErrors,
    [all...]
FrontendAction.cpp 315 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors,
ASTUnit.cpp 679 bool AllowPCHWithCompilerErrors,
787 AllowPCHWithCompilerErrors));
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 641 PPOpts.AllowPCHWithCompilerErrors = true;
    [all...]

Completed in 49 milliseconds