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

  /external/clang/include/clang/ARCMigrate/
FileRemapper.h 27 class PreprocessorOptions;
58 void applyMappings(PreprocessorOptions &PPOpts) const;
60 void transferMappingsAndClear(PreprocessorOptions &PPOpts);
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 24 #include "clang/Lex/PreprocessorOptions.h"
66 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts;
88 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
89 const PreprocessorOptions &getPreprocessorOpts() const {
Utils.h 40 class PreprocessorOptions;
56 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;
407 Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts,
427 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; }
    [all...]
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 21 #include "clang/Lex/PreprocessorOptions.h"
77 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, Target.getPtr(),
192 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, Target.getPtr(),
290 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, Target.getPtr(),
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 20 #include "clang/Lex/PreprocessorOptions.h"
138 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions();
PPConditionalDirectiveRecordTest.cpp 22 #include "clang/Lex/PreprocessorOptions.h"
94 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts,Target.getPtr(),
LexerTest.cpp 22 #include "clang/Lex/PreprocessorOptions.h"
84 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, Target.getPtr(),
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 178 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts();
425 PreprocessorOptions PPOpts;
455 PreprocessorOptions PPOpts;
457 for (PreprocessorOptions::remapped_file_iterator
FileRemapper.cpp 13 #include "clang/Lex/PreprocessorOptions.h"
208 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const {
222 void FileRemapper::transferMappingsAndClear(PreprocessorOptions &PPOpts) {
  /frameworks/compile/slang/
slang.cpp 43 #include "clang/Lex/PreprocessorOptions.h"
212 llvm::IntrusiveRefCntPtr<clang::PreprocessorOptions> PPOpts =
213 new clang::PreprocessorOptions();
  /external/clang/lib/Frontend/
ASTUnit.cpp 31 #include "clang/Lex/PreprocessorOptions.h"
249 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
250 for (PreprocessorOptions::remapped_file_buffer_iterator
762 AST->PP = new Preprocessor(new PreprocessorOptions(),
    [all...]
CompilerInstance.cpp 215 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
792 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
813 PreprocessorOptions &ImportingPPOpts
816 ImportingPPOpts.FailedModules = new PreprocessorOptions::FailedModulesSet;
    [all...]
InitPreprocessor.cpp 24 #include "clang/Lex/PreprocessorOptions.h"
663 const PreprocessorOptions &InitOpts) {
665 for (PreprocessorOptions::const_remapped_file_buffer_iterator
689 for (PreprocessorOptions::const_remapped_file_iterator
724 const PreprocessorOptions &InitOpts,
    [all...]
FrontendAction.cpp 240 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
CompilerInvocation.cpp 42 PreprocessorOpts(new PreprocessorOptions()) {}
50 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {}
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 78 class PreprocessorOptions;
154 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
184 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
    [all...]
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 143 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 139 PreprocessorOptions PPOpts;
  /external/clang/tools/libclang/
Indexing.cpp 429 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
640 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts();
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 42 #include "clang/Lex/PreprocessorOptions.h"
59 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts,
  /external/clang/lib/Serialization/
ASTReader.cpp 37 #include "clang/Lex/PreprocessorOptions.h"
217 static void collectMacroDefinitions(const PreprocessorOptions &PPOpts,
256 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts,
257 const PreprocessorOptions &ExistingPPOpts,
358 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
361 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts();
    [all...]
ASTWriter.cpp 39 #include "clang/Lex/PreprocessorOptions.h"
    [all...]

Completed in 226 milliseconds