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

  /external/clang/include/clang/Lex/
PreprocessorOptions.h 62 std::vector<std::string> ChainedIncludes;
172 ChainedIncludes.clear();
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 118 std::vector<std::string> &includes = CI.getPreprocessorOpts().ChainedIncludes;
132 CInvok->getPreprocessorOpts().ChainedIncludes.clear();
FrontendAction.cpp 345 if (!CI.getPreprocessorOpts().ChainedIncludes.empty()) {
CompilerInvocation.cpp     [all...]

Completed in 451 milliseconds