Searched refs:PreprocessorOptions (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/include/clang/ARCMigrate/
H A DFileRemapper.h27 class PreprocessorOptions;
57 void applyMappings(PreprocessorOptions &PPOpts) const;
/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h24 #include "clang/Lex/PreprocessorOptions.h"
69 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts;
91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
92 const PreprocessorOptions &getPreprocessorOpts() const {
H A DUtils.h49 class PreprocessorOptions;
65 const PreprocessorOptions &PPOpts,
H A DCompilerInstance.h274 PreprocessorOptions &getPreprocessorOpts() {
277 const PreprocessorOptions &getPreprocessorOpts() const {
/external/clang/include/clang/Lex/
H A DPreprocessorOptions.h1 //===--- PreprocessorOptions.h ----------------------------------*- C++ -*-===//
42 /// PreprocessorOptions - This class is used for passing the various options
44 class PreprocessorOptions : public RefCountedBase<PreprocessorOptions> { class in namespace:clang
143 PreprocessorOptions() : UsePredefines(true), DetailedRecord(false), function in class:clang::PreprocessorOptions
H A DPreprocessor.h59 class PreprocessorOptions;
89 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts;
456 Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts,
474 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; }
/external/clang/unittests/Lex/
H A DPPCallbacksTest.cpp23 #include "clang/Lex/PreprocessorOptions.h"
173 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions();
207 Preprocessor PP(new PreprocessorOptions(), Diags, OpenCLLangOpts, SourceMgr,
H A DPPConditionalDirectiveRecordTest.cpp22 #include "clang/Lex/PreprocessorOptions.h"
99 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr,
H A DLexerTest.cpp22 #include "clang/Lex/PreprocessorOptions.h"
71 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr,
/external/lldb/include/lldb/Core/
H A DClangForward.h97 class PreprocessorOptions;
/external/clang/unittests/Basic/
H A DSourceManagerTest.cpp21 #include "clang/Lex/PreprocessorOptions.h"
84 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr,
201 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr,
299 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr,
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp141 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
/external/clang/include/clang/Serialization/
H A DASTReader.h79 class PreprocessorOptions;
167 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
221 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
249 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
1456 const PreprocessorOptions &PPOpts);
/external/clang/lib/Frontend/
H A DASTUnit.cpp32 #include "clang/Lex/PreprocessorOptions.h"
250 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
701 PreprocessorOptions *PPOpts = new PreprocessorOptions();
1116 PreprocessorOptions &PreprocessorOpts = Clang->getPreprocessorOpts();
1201 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts();
1369 PreprocessorOptions &PreprocessorOpts
1991 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts();
2053 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
2352 PreprocessorOptions
[all...]
H A DCompilerInstance.cpp242 const PreprocessorOptions &InitOpts) {
290 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
867 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
891 PreprocessorOptions &ImportingPPOpts
894 ImportingPPOpts.FailedModules = new PreprocessorOptions::FailedModulesSet;
1224 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
H A DFrontendAction.cpp259 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
H A DCompilerInvocation.cpp51 PreprocessorOpts(new PreprocessorOptions()) {}
59 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {}
1629 static void ParsePreprocessorArgs(PreprocessorOptions &Opts, ArgList &Args,
1925 const PreprocessorOptions &ppOpts = getPreprocessorOpts();
H A DFrontendActions.cpp496 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
H A DInitPreprocessor.cpp24 #include "clang/Lex/PreprocessorOptions.h"
842 const PreprocessorOptions &InitOpts,
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp172 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts();
414 PreprocessorOptions PPOpts;
H A DFileRemapper.cpp13 #include "clang/Lex/PreprocessorOptions.h"
196 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const {
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp139 PreprocessorOptions PPOpts;
/external/clang/tools/libclang/
H A DIndexing.cpp419 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
629 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts();
/external/clang/lib/Lex/
H A DPreprocessor.cpp42 #include "clang/Lex/PreprocessorOptions.h"
57 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts,
/external/clang/lib/Serialization/
H A DASTReader.cpp39 #include "clang/Lex/PreprocessorOptions.h"
112 const PreprocessorOptions &PPOpts, bool Complain,
416 collectMacroDefinitions(const PreprocessorOptions &PPOpts,
455 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts,
456 const PreprocessorOptions &ExistingPPOpts,
567 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
570 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts();
3995 const PreprocessorOptions &ExistingPPOpts;
4001 const PreprocessorOptions &ExistingPPOpts,
4018 bool ReadPreprocessorOptions(const PreprocessorOptions
[all...]

Completed in 607 milliseconds

12