HomeSort by: relevance | last modified time | path
    Searched refs:OpenMPLastprivateModifier (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
OpenMPKinds.h 142 enum OpenMPLastprivateModifier {
  /src/external/apache2/llvm/dist/clang/lib/Basic/
OpenMPKinds.cpp 102 return llvm::StringSwitch<OpenMPLastprivateModifier>(Str)
  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 497 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc,
1908 OpenMPLastprivateModifier LPKind = Node->getKind();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 2528 OpenMPLastprivateModifier LPKind;
2541 SourceLocation EndLoc, OpenMPLastprivateModifier LPKind,
2609 void setKind(OpenMPLastprivateModifier Kind) { LPKind = Kind; }
2647 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc,
2657 OpenMPLastprivateModifier getKind() const { return LPKind; }
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11069 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 791 llvm::DenseMap<const VarDecl *, OpenMPLastprivateModifier> Lastprivates;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 15045 VarList, static_cast<OpenMPLastprivateModifier>(ExtraModifier),
15662 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind,
TreeTransform.h 1735 OpenMPLastprivateModifier LPKind,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 12215 C->setKind(Record.readEnum<OpenMPLastprivateModifier>());

Completed in 125 milliseconds