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

  /external/clang/include/clang/Lex/
PreprocessorOptions.h 48 std::vector<std::string> MacroIncludes;
219 MacroIncludes.clear();
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 86 CInvok->getPreprocessorOpts().MacroIncludes.clear();
InitPreprocessor.cpp 785 for (unsigned i = 0, e = InitOpts.MacroIncludes.size(); i != e; ++i)
786 AddImplicitIncludeMacros(Builder, InitOpts.MacroIncludes[i],
    [all...]
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 354 for (unsigned I = 0, N = ExistingPPOpts.MacroIncludes.size(); I != N; ++I) {
355 StringRef File = ExistingPPOpts.MacroIncludes[I];
356 if (std::find(PPOpts.MacroIncludes.begin(), PPOpts.MacroIncludes.end(),
358 != PPOpts.MacroIncludes.end())
    [all...]
ASTWriter.cpp     [all...]

Completed in 3376 milliseconds