HomeSort by relevance Sort by last modified time
    Searched refs:PreprocessorOptions (Results 1 - 25 of 37) sorted by null

1 2

  /external/clang/include/clang/CodeGen/
ModuleBuilder.h 30 class PreprocessorOptions;
48 const PreprocessorOptions &PreprocessorOpts,
CodeGenABITypes.h 45 class PreprocessorOptions;
82 std::unique_ptr<PreprocessorOptions> PPO;
  /external/clang/include/clang/ARCMigrate/
FileRemapper.h 27 class PreprocessorOptions;
57 void applyMappings(PreprocessorOptions &PPOpts) const;
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 24 #include "clang/Lex/PreprocessorOptions.h"
69 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts;
91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
92 const PreprocessorOptions &getPreprocessorOpts() const {
Utils.h 50 class PreprocessorOptions;
65 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
CompilerInstance.h 301 PreprocessorOptions &getPreprocessorOpts() {
304 const PreprocessorOptions &getPreprocessorOpts() const {
  /external/clang/include/clang/Lex/
PreprocessorOptions.h 1 //===--- PreprocessorOptions.h ----------------------------------*- C++ -*-===//
42 /// PreprocessorOptions - This class is used for passing the various options
44 class PreprocessorOptions : public RefCountedBase<PreprocessorOptions> {
143 PreprocessorOptions() : UsePredefines(true), DetailedRecord(false),
Preprocessor.h 60 class PreprocessorOptions;
97 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts;
646 Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts,
678 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; }
    [all...]
  /frameworks/compile/slang/
slang_backend.h 49 class PreprocessorOptions;
155 const clang::PreprocessorOptions &PreprocessorOpts,
slang.h 64 class PreprocessorOptions;
133 llvm::IntrusiveRefCntPtr<clang::PreprocessorOptions> mPPOpts;
199 clang::PreprocessorOptions &getPreprocessorOpts() { return *mPPOpts; }
  /external/clang/lib/CodeGen/
CodeGenABITypes.cpp 24 #include "clang/Lex/PreprocessorOptions.h"
32 PPO(new PreprocessorOptions),
ModuleBuilder.cpp 35 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
62 const PreprocessorOptions &PPO, const CodeGenOptions &CGO,
245 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO,
CodeGenModule.h 73 class PreprocessorOptions;
263 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
489 const PreprocessorOptions &ppopts,
598 const PreprocessorOptions &getPreprocessorOpts()
    [all...]
ObjectFilePCHContainerOperations.cpp 48 const PreprocessorOptions &PreprocessorOpts;
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 23 #include "clang/Lex/PreprocessorOptions.h"
170 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions();
205 Preprocessor PP(new PreprocessorOptions(), Diags, OpenCLLangOpts, SourceMgr,
PPConditionalDirectiveRecordTest.cpp 22 #include "clang/Lex/PreprocessorOptions.h"
98 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr,
LexerTest.cpp 22 #include "clang/Lex/PreprocessorOptions.h"
70 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr,
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 21 #include "clang/Lex/PreprocessorOptions.h"
83 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr,
200 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr,
298 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr,
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 142 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
  /external/clang/include/clang/Serialization/
ASTReader.h 83 class PreprocessorOptions;
173 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
245 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
276 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 32 #include "clang/Lex/PreprocessorOptions.h"
250 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
687 PreprocessorOptions *PPOpts = new PreprocessorOptions();
    [all...]
CompilerInstance.cpp 249 const PreprocessorOptions &InitOpts) {
297 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts();
419 PreprocessorOptions PPOpts;
FileRemapper.cpp 13 #include "clang/Lex/PreprocessorOptions.h"
192 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const {
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 141 PreprocessorOptions PPOpts;

Completed in 771 milliseconds

1 2