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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 149 class OMPClauseWithPostUpdate : public OMPClauseWithPreInit {
156 OMPClauseWithPostUpdate(const OMPClause *This) : OMPClauseWithPreInit(This) {
170 static OMPClauseWithPostUpdate *get(OMPClause *C);
171 static const OMPClauseWithPostUpdate *get(const OMPClause *C);
2505 public OMPClauseWithPostUpdate,
2546 OMPClauseWithPostUpdate(this), LPKind(LPKind), LPKindLoc(LPKindLoc),
2556 OMPClauseWithPostUpdate(this) {}
2816 public OMPClauseWithPostUpdate,
2855 OMPClauseWithPostUpdate(this), Modifier(Modifier),
2866 OMPClauseWithPostUpdate(this) {
    [all...]
RecursiveASTVisitor.h 505 bool VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *Node);
3023 OMPClauseWithPostUpdate *Node) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 171 OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(OMPClause *C) {
172 auto *Res = OMPClauseWithPostUpdate::get(const_cast<const OMPClause *>(C));
173 return Res ? const_cast<OMPClauseWithPostUpdate *>(Res) : nullptr;
176 const OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(const OMPClause *C) {
StmtProfile.cpp 421 void VistOMPClauseWithPostUpdate(const OMPClauseWithPostUpdate *C);
431 const OMPClauseWithPostUpdate *C) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 5996 void VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C);
6017 void OMPClauseWriter::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) {
ASTReader.cpp 11691 void VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C);
11993 void OMPClauseReader::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2185 void VisitOMPClauseWithPostUpdate(const OMPClauseWithPostUpdate *C);
2194 const OMPClauseWithPostUpdate *C) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 4511 if (auto *C = OMPClauseWithPostUpdate::get(Clause)) {

Completed in 84 milliseconds