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;
171 MacroIncludes.clear();
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 137 CInvok->getPreprocessorOpts().MacroIncludes.clear();
InitPreprocessor.cpp     [all...]
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 594 for (unsigned I = 0, N = ExistingPPOpts.MacroIncludes.size(); I != N; ++I) {
595 StringRef File = ExistingPPOpts.MacroIncludes[I];
596 if (std::find(PPOpts.MacroIncludes.begin(), PPOpts.MacroIncludes.end(),
598 != PPOpts.MacroIncludes.end())
    [all...]
ASTWriter.cpp     [all...]

Completed in 486 milliseconds