| /minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
| H A D | PreprocessorOptions.h | 44 class PreprocessorOptions : public RefCountedBase<PreprocessorOptions> { 143 PreprocessorOptions() : UsePredefines(true), DetailedRecord(false), in PreprocessorOptions() function
|
| H A D | Preprocessor.h | 59 class PreprocessorOptions; variable 96 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts; 469 Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, 498 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 69 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts; 91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts() 92 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
| H A D | Utils.h | 49 class PreprocessorOptions; variable 65 const PreprocessorOptions &PPOpts,
|
| H A D | CompilerInstance.h | 281 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() 284 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/ARCMigrate/ |
| H A D | FileRemapper.h | 27 class PreprocessorOptions; variable 57 void applyMappings(PreprocessorOptions &PPOpts) const;
|
| /minix3/external/bsd/llvm/dist/clang/unittests/Lex/ |
| H A D | PPCallbacksTest.cpp | 172 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions(); in InclusionDirectiveFilenameRange() 207 Preprocessor PP(new PreprocessorOptions(), Diags, OpenCLLangOpts, SourceMgr, in PragmaOpenCLExtensionCall()
|
| H A D | PPConditionalDirectiveRecordTest.cpp | 99 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F()
|
| H A D | LexerTest.cpp | 71 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in CheckLex()
|
| /minix3/external/bsd/llvm/dist/clang/unittests/Basic/ |
| H A D | SourceManagerTest.cpp | 84 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F() 201 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F() 299 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 141 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 242 const PreprocessorOptions &InitOpts) { in InitializeFileRemapping() 290 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() 869 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl() 893 PreprocessorOptions &ImportingPPOpts in compileModuleImpl() 896 ImportingPPOpts.FailedModules = new PreprocessorOptions::FailedModulesSet; in compileModuleImpl() 1248 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager()
|
| H A D | ASTUnit.cpp | 256 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() 696 PreprocessorOptions *PPOpts = new PreprocessorOptions(); in LoadFromASTFile() 1106 PreprocessorOptions &PreprocessorOpts = Clang->getPreprocessorOpts(); in Parse() 1188 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts(); in ComputePreamble() 1349 PreprocessorOptions &PreprocessorOpts in getMainBufferWithPrecompiledPreamble() 1956 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() 2019 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() 2318 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
|
| H A D | FrontendAction.cpp | 263 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile()
|
| H A D | CompilerInvocation.cpp | 54 PreprocessorOpts(new PreprocessorOptions()) {} in CompilerInvocationBase() 62 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {} in CompilerInvocationBase() 1668 static void ParsePreprocessorArgs(PreprocessorOptions &Opts, ArgList &Args, in ParsePreprocessorArgs() 1964 const PreprocessorOptions &ppOpts = getPreprocessorOpts(); in getModuleHash()
|
| H A D | FrontendActions.cpp | 518 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|
| H A D | InitPreprocessor.cpp | 888 const PreprocessorOptions &InitOpts, in InitializePreprocessor()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 79 class PreprocessorOptions; variable 168 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 234 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 262 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, 1521 const PreprocessorOptions &PPOpts);
|
| /minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | ARCMT.cpp | 172 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() 414 PreprocessorOptions PPOpts; in getFileRemappings()
|
| H A D | FileRemapper.cpp | 192 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings()
|
| /minix3/external/bsd/llvm/dist/clang/tools/arcmt-test/ |
| H A D | arcmt-test.cpp | 139 PreprocessorOptions PPOpts; in printResult()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | Indexing.cpp | 419 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() 628 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 58 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, in Preprocessor()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 116 const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() 433 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions() 472 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts, in checkPreprocessorOptions() 473 const PreprocessorOptions &ExistingPPOpts, in checkPreprocessorOptions() 582 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 585 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions() 4186 const PreprocessorOptions &ExistingPPOpts; 4192 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator() 4210 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 4404 const PreprocessorOptions &PPOpts) { in isAcceptableASTFile() [all …]
|
| H A D | ASTWriter.cpp | 1348 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock()
|