HomeSort by: relevance | last modified time | path
    Searched defs:IteratorType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp 674 std::string IteratorType = getLowerName().str() + "_iterator";
678 OS << " typedef " << Type << "* " << IteratorType << ";\n";
679 OS << " " << IteratorType << " " << BeginFn << " const {"
681 OS << " " << IteratorType << " " << EndFn << " const {"
685 OS << " llvm::iterator_range<" << IteratorType << "> " << RangeName
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 3624 ParsedType IteratorType;
3632 IteratorType = TR.get();
3698 D.Type = IteratorType;

Completed in 36 milliseconds