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

  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 62 std::vector<std::string> &includes = CI.getPreprocessorOpts().ChainedIncludes;
76 CInvok->getPreprocessorOpts().ChainedIncludes.clear();
77 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear();
78 CInvok->getPreprocessorOpts().ImplicitPTHInclude.clear();
79 CInvok->getPreprocessorOpts().DisablePCHValidation = true;
80 CInvok->getPreprocessorOpts().Includes.clear();
81 CInvok->getPreprocessorOpts().MacroIncludes.clear();
82 CInvok->getPreprocessorOpts().Macros.clear();
FrontendAction.cpp 248 if (!CI.getPreprocessorOpts().ChainedIncludes.empty()) {
256 } else if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) {
261 if (CI.getPreprocessorOpts().DumpDeserializedPCHDecls)
263 if (!CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn.empty())
265 CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn,
268 CI.getPreprocessorOpts().ImplicitPCHInclude,
269 CI.getPreprocessorOpts().DisablePCHValidation,
270 CI.getPreprocessorOpts().DisableStatCache,
271 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors,
ASTUnit.cpp 244 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
    [all...]
CompilerInstance.cpp 236 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
313 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
763 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
    [all...]
CompilerInvocation.cpp     [all...]
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 199 PreprocessorOptions &getPreprocessorOpts() { return PreprocessorOpts; }
200 const PreprocessorOptions &getPreprocessorOpts() const {
CompilerInstance.h 245 PreprocessorOptions &getPreprocessorOpts() {
246 return Invocation->getPreprocessorOpts();
248 const PreprocessorOptions &getPreprocessorOpts() const {
249 return Invocation->getPreprocessorOpts();
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 112 CI.getPreprocessorOpts().DetailedRecord = true;
113 CI.getPreprocessorOpts().DetailedRecordConditionalDirectives = true;
212 CI.getPreprocessorOpts().DetailedRecord = true;
213 CI.getPreprocessorOpts().DetailedRecordConditionalDirectives = true;
ARCMT.cpp 155 for (unsigned i = 0, e = origCI.getPreprocessorOpts().Macros.size();
157 StringRef define = origCI.getPreprocessorOpts().Macros[i].first;
158 bool isUndef = origCI.getPreprocessorOpts().Macros[i].second;
190 CInvok->getPreprocessorOpts().ImplicitPCHInclude = std::string();
191 CInvok->getPreprocessorOpts().ImplicitPTHInclude = std::string();
194 CInvok->getPreprocessorOpts().addMacroDef(define);
545 Remapper.applyMappings(CInvok->getPreprocessorOpts());
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 56 invocation->getPreprocessorOpts().addRemappedFile(
  /external/clang/lib/Rewrite/
FrontendActions.cpp 143 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
  /external/clang/tools/libclang/
Indexing.cpp 339 CInvok->getPreprocessorOpts().addRemappedFile(unsaved_files[I].Filename, Buffer);
350 CInvok->getPreprocessorOpts().DetailedRecord = false;
376 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts();

Completed in 209 milliseconds