Home
last modified time | relevance | path

Searched refs:MotionModifiersLoc (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h6348 SourceLocation MotionModifiersLoc[NumberOfOMPMotionModifiers]; variable
6381 assert(llvm::array_lengthof(MotionModifiersLoc) == in OMPToClause()
6384 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPToClause()
6415 MotionModifiersLoc[I] = TLoc; in setMotionModifierLoc()
6458 ArrayRef<SourceLocation> MotionModifiersLoc,
6489 return MotionModifiersLoc[Cnt]; in getMotionModifierLoc()
6499 return llvm::makeArrayRef(MotionModifiersLoc); in getMotionModifiersLoc()
6550 SourceLocation MotionModifiersLoc[NumberOfOMPMotionModifiers]; variable
6583 assert(llvm::array_lengthof(MotionModifiersLoc) == in OMPFromClause()
6586 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPFromClause()
[all …]
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp1102 ArrayRef<SourceLocation> MotionModifiersLoc, in Create() argument
1127 auto *Clause = new (Mem) OMPToClause(MotionModifiers, MotionModifiersLoc, in Create()
1152 ArrayRef<SourceLocation> MotionModifiersLoc, in Create() argument
1178 new (Mem) OMPFromClause(MotionModifiers, MotionModifiersLoc, in Create()
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp3528 Data.MotionModifiersLoc.push_back(Tok.getLocation()); in ParseOpenMPVarList()
3734 Data.MotionModifiersLoc); in ParseOpenMPVarListClause()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp13669 ArrayRef<SourceLocation> MotionModifiersLoc) { in ActOnOpenMPVarListClause() argument
13746 Res = ActOnOpenMPToClause(MotionModifiers, MotionModifiersLoc, in ActOnOpenMPVarListClause()
13751 Res = ActOnOpenMPFromClause(MotionModifiers, MotionModifiersLoc, in ActOnOpenMPVarListClause()
18780 ArrayRef<SourceLocation> MotionModifiersLoc, in ActOnOpenMPToClause() argument
18793 Diag(MotionModifiersLoc[I], diag::err_omp_duplicate_motion_modifier); in ActOnOpenMPToClause()
18799 ModifiersLoc[Count] = MotionModifiersLoc[I]; in ActOnOpenMPToClause()
18817 ArrayRef<SourceLocation> MotionModifiersLoc, in ActOnOpenMPFromClause() argument
18830 Diag(MotionModifiersLoc[I], diag::err_omp_duplicate_motion_modifier); in ActOnOpenMPFromClause()
18836 ModifiersLoc[Count] = MotionModifiersLoc[I]; in ActOnOpenMPFromClause()
DTreeTransform.h2016 ArrayRef<SourceLocation> MotionModifiersLoc, in RebuildOMPToClause() argument
2021 return getSema().ActOnOpenMPToClause(MotionModifiers, MotionModifiersLoc, in RebuildOMPToClause()
2032 ArrayRef<SourceLocation> MotionModifiersLoc, in RebuildOMPFromClause() argument
2038 MotionModifiers, MotionModifiersLoc, MapperIdScopeSpec, MapperId, in RebuildOMPFromClause()
/external/llvm-project/clang/include/clang/Parse/
DParser.h3250 SmallVector<SourceLocation, NumberOfOMPMotionModifiers> MotionModifiersLoc; member
/external/llvm-project/clang/include/clang/Sema/
DSema.h10857 ArrayRef<SourceLocation> MotionModifiersLoc);
10995 ArrayRef<SourceLocation> MotionModifiersLoc,
11003 ArrayRef<SourceLocation> MotionModifiersLoc,