HomeSort by relevance Sort by last modified time
    Searched full:allowpchwithcompilererrors (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/Frontend/
PreprocessorOptions.h 73 bool AllowPCHWithCompilerErrors;
171 AllowPCHWithCompilerErrors(false),
ASTUnit.h 632 bool AllowPCHWithCompilerErrors = false);
733 bool AllowPCHWithCompilerErrors = false,
CompilerInstance.h 538 bool AllowPCHWithCompilerErrors,
548 bool AllowPCHWithCompilerErrors,
  /external/clang/lib/Frontend/
CompilerInstance.cpp 310 bool AllowPCHWithCompilerErrors,
317 AllowPCHWithCompilerErrors,
330 bool AllowPCHWithCompilerErrors,
339 AllowPCHWithCompilerErrors));
    [all...]
FrontendAction.cpp 271 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors,
ASTUnit.cpp 662 bool AllowPCHWithCompilerErrors) {
762 AllowPCHWithCompilerErrors));
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 378 PPOpts.AllowPCHWithCompilerErrors = true;
CIndex.cpp     [all...]

Completed in 82 milliseconds