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

  /external/clang/lib/Parse/
ParseOpenMP.cpp 234 SmallVector<std::pair<QualType, SourceLocation>, 8> ReductionTypes;
244 ReductionTypes.push_back(
265 if (ReductionTypes.empty()) {
283 getCurScope(), Actions.getCurLexicalContext(), Name, ReductionTypes, AS);
287 unsigned I = 0, E = ReductionTypes.size();
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaOpenMP.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 461 milliseconds