HomeSort by: relevance | last modified time | path
    Searched refs:AllowPCHWithCompilerErrors (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessorOptions.h 107 bool AllowPCHWithCompilerErrors = false;
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h 658 bool AllowPCHWithCompilerErrors, void *DeserializationListener,
667 bool AllowPCHWithCompilerErrors, Preprocessor &PP,
ASTUnit.h 830 bool AllowPCHWithCompilerErrors = false,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 117 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors,
150 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors)
CompilerInstance.cpp 563 bool AllowPCHWithCompilerErrors, void *DeserializationListener,
568 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(),
578 bool AllowPCHWithCompilerErrors, Preprocessor &PP,
590 AllowPCHWithCompilerErrors, /*AllowConfigurationMismatch*/ false,
ASTUnit.cpp 1718 bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies,
1746 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors;
FrontendAction.cpp 879 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors,
  /src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp 591 PPOpts.AllowPCHWithCompilerErrors = true;

Completed in 26 milliseconds