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

1 2

  /external/clang/include/clang/ARCMigrate/
FileRemapper.h 27 class PreprocessorOptions;
57 void applyMappings(PreprocessorOptions &PPOpts) const;
59 void transferMappingsAndClear(PreprocessorOptions &PPOpts);
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 24 #include "clang/Lex/PreprocessorOptions.h"
67 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts;
89 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
90 const PreprocessorOptions &getPreprocessorOpts() const {
Utils.h 45 class PreprocessorOptions;
61 const PreprocessorOptions &PPOpts,
CompilerInstance.h 259 PreprocessorOptions &getPreprocessorOpts() {
262 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> {
178 PreprocessorOptions() : UsePredefines(true), DetailedRecord(false),
Preprocessor.h 58 class PreprocessorOptions;
87 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts;
410 Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts,
430 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; }
    [all...]
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 21 #include "clang/Lex/PreprocessorOptions.h"
78 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, Target.getPtr(),
193 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, Target.getPtr(),
291 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, Target.getPtr(),
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 20 #include "clang/Lex/PreprocessorOptions.h"
139 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions();
PPConditionalDirectiveRecordTest.cpp 22 #include "clang/Lex/PreprocessorOptions.h"
95 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts,Target.getPtr(),
LexerTest.cpp 22 #include "clang/Lex/PreprocessorOptions.h"
67 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, Target.getPtr(),
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 172 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts();
431 PreprocessorOptions PPOpts;
461 PreprocessorOptions PPOpts;
463 for (PreprocessorOptions::remapped_file_iterator
FileRemapper.cpp 13 #include "clang/Lex/PreprocessorOptions.h"
199 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const {
213 void FileRemapper::transferMappingsAndClear(PreprocessorOptions &PPOpts) {
  /frameworks/compile/slang/
slang.cpp 43 #include "clang/Lex/PreprocessorOptions.h"
214 llvm::IntrusiveRefCntPtr<clang::PreprocessorOptions> PPOpts =
215 new clang::PreprocessorOptions();
  /external/clang/lib/Frontend/
ASTUnit.cpp 31 #include "clang/Lex/PreprocessorOptions.h"
255 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
256 for (PreprocessorOptions::remapped_file_buffer_iterator
768 AST->PP = new Preprocessor(new PreprocessorOptions(),
    [all...]
InitPreprocessor.cpp 24 #include "clang/Lex/PreprocessorOptions.h"
665 const PreprocessorOptions &InitOpts) {
667 for (PreprocessorOptions::const_remapped_file_buffer_iterator
691 for (PreprocessorOptions::const_remapped_file_iterator
726 const PreprocessorOptions &InitOpts,
    [all...]
CompilerInstance.cpp 212 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
811 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
832 PreprocessorOptions &ImportingPPOpts
835 ImportingPPOpts.FailedModules = new PreprocessorOptions::FailedModulesSet;
    [all...]
FrontendAction.cpp 240 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
CompilerInvocation.cpp 47 PreprocessorOpts(new PreprocessorOptions()) {}
55 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {}
    [all...]
FrontendActions.cpp 399 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 141 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
  /external/clang/include/clang/Serialization/
ASTReader.h 79 class PreprocessorOptions;
163 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
198 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
    [all...]
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 139 PreprocessorOptions PPOpts;
  /external/clang/tools/libclang/
Indexing.cpp 426 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
640 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts();
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 42 #include "clang/Lex/PreprocessorOptions.h"
57 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts,
  /external/clang/lib/Serialization/
ASTReader.cpp 37 #include "clang/Lex/PreprocessorOptions.h"
219 static void collectMacroDefinitions(const PreprocessorOptions &PPOpts,
258 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts,
259 const PreprocessorOptions &ExistingPPOpts,
370 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
373 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts();
    [all...]

Completed in 1296 milliseconds

1 2