/external/clang/include/clang/Lex/ |
D | PreprocessorOptions.h | 69 bool AllowPCHWithCompilerErrors; variable 145 AllowPCHWithCompilerErrors(false), in PreprocessorOptions()
|
/external/llvm-project/clang/include/clang/Lex/ |
D | PreprocessorOptions.h | 87 bool AllowPCHWithCompilerErrors = false; variable
|
/external/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 647 bool AllowPCHWithCompilerErrors, 656 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context,
|
D | ASTUnit.h | 733 bool CaptureDiagnostics = false, bool AllowPCHWithCompilerErrors = false, 852 bool AllowPCHWithCompilerErrors = false, bool SkipFunctionBodies = false,
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 663 bool AllowPCHWithCompilerErrors, 672 bool AllowPCHWithCompilerErrors, Preprocessor &PP,
|
D | ASTUnit.h | 829 bool AllowPCHWithCompilerErrors = false,
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 410 StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, in createPCHExternalASTSource() argument 415 AllowPCHWithCompilerErrors, getPreprocessor(), getASTContext(), in createPCHExternalASTSource() 425 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, in createPCHExternalASTSource() argument 435 AllowPCHWithCompilerErrors, /*AllowConfigurationMismatch*/ false, in createPCHExternalASTSource()
|
D | ASTUnit.cpp | 657 bool CaptureDiagnostics, bool AllowPCHWithCompilerErrors, in LoadFromASTFile() argument 715 AllowPCHWithCompilerErrors); in LoadFromASTFile() 1946 bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, in LoadFromCommandLine() argument 1974 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
|
D | FrontendAction.cpp | 374 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, DeserialListener, in BeginSourceFile()
|
/external/llvm-project/clang/lib/Frontend/ |
D | FrontendActions.cpp | 117 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in CreateASTConsumer() 154 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
|
D | CompilerInstance.cpp | 506 StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, in createPCHExternalASTSource() argument 511 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(), in createPCHExternalASTSource() 520 bool AllowPCHWithCompilerErrors, Preprocessor &PP, in createPCHExternalASTSource() argument 532 AllowPCHWithCompilerErrors, /*AllowConfigurationMismatch*/ false, in createPCHExternalASTSource()
|
D | ASTUnit.cpp | 1737 bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, in LoadFromCommandLine() argument 1765 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
|
D | FrontendAction.cpp | 877 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, DeserialListener, in BeginSourceFile()
|
D | CompilerInvocation.cpp | 3635 Opts.AllowPCHWithCompilerErrors = in ParsePreprocessorArgs()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 560 PPOpts.AllowPCHWithCompilerErrors = true; in clang_indexSourceFile_Impl()
|
/external/llvm-project/clang/tools/libclang/ |
D | Indexing.cpp | 591 PPOpts.AllowPCHWithCompilerErrors = true; in clang_indexSourceFile_Impl()
|