Home
last modified time | relevance | path

Searched refs:MapTypeModifiersLoc (Results 1 – 25 of 90) sorted by relevance

1234

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h4076 SourceLocation MapTypeModifiersLoc[NumberOfModifiers]; variable
4122 assert(llvm::array_lengthof(MapTypeModifiersLoc) == in OMPMapClause()
4125 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc)); in OMPMapClause()
4158 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
4240 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc()
4250 return llvm::makeArrayRef(MapTypeModifiersLoc); in getMapTypeModifiersLoc()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h4801 SourceLocation MapTypeModifiersLoc[NumberOfModifiers]; variable
4849 assert(llvm::array_lengthof(MapTypeModifiersLoc) == in OMPMapClause()
4852 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc)); in OMPMapClause()
4882 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
4967 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc()
4977 return llvm::makeArrayRef(MapTypeModifiersLoc); in getMapTypeModifiersLoc()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h4868 SourceLocation MapTypeModifiersLoc[NumberOfModifiers]; variable
4916 assert(llvm::array_lengthof(MapTypeModifiersLoc) == in OMPMapClause()
4919 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc)); in OMPMapClause()
4949 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
5034 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc()
5044 return llvm::makeArrayRef(MapTypeModifiersLoc); in getMapTypeModifiersLoc()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4868 SourceLocation MapTypeModifiersLoc[NumberOfModifiers]; variable
4916 assert(llvm::array_lengthof(MapTypeModifiersLoc) == in OMPMapClause()
4919 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc)); in OMPMapClause()
4949 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
5034 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc()
5044 return llvm::makeArrayRef(MapTypeModifiersLoc); in getMapTypeModifiersLoc()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Parse/
H A DParseOpenMP.cpp2116 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
2120 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
2463 Data.LinKind, Data.MapTypeModifiers, Data.MapTypeModifiersLoc, in ParseOpenMPVarListClause()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h5410 SourceLocation MapTypeModifiersLoc[NumberOfOMPMapClauseModifiers]; variable
5459 assert(llvm::array_lengthof(MapTypeModifiersLoc) == in OMPMapClause()
5462 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc)); in OMPMapClause()
5493 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
5578 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc()
5588 return llvm::makeArrayRef(MapTypeModifiersLoc); in getMapTypeModifiersLoc()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h5360 SourceLocation MapTypeModifiersLoc[NumberOfOMPMapClauseModifiers]; variable
5408 assert(llvm::array_lengthof(MapTypeModifiersLoc) == in OMPMapClause()
5411 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc)); in OMPMapClause()
5442 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
5527 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc()
5537 return llvm::makeArrayRef(MapTypeModifiersLoc); in getMapTypeModifiersLoc()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DOpenMPClause.h5360 SourceLocation MapTypeModifiersLoc[NumberOfOMPMapClauseModifiers]; variable
5408 assert(llvm::array_lengthof(MapTypeModifiersLoc) == in OMPMapClause()
5411 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc)); in OMPMapClause()
5442 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
5527 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc()
5537 return llvm::makeArrayRef(MapTypeModifiersLoc); in getMapTypeModifiersLoc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DOpenMPClause.h5410 SourceLocation MapTypeModifiersLoc[NumberOfOMPMapClauseModifiers]; variable
5459 assert(llvm::array_lengthof(MapTypeModifiersLoc) == in OMPMapClause()
5462 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc)); in OMPMapClause()
5493 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
5578 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc()
5588 return llvm::makeArrayRef(MapTypeModifiersLoc); in getMapTypeModifiersLoc()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h5410 SourceLocation MapTypeModifiersLoc[NumberOfOMPMapClauseModifiers]; variable
5459 assert(llvm::array_lengthof(MapTypeModifiersLoc) == in OMPMapClause()
5462 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc)); in OMPMapClause()
5493 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
5578 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc()
5588 return llvm::makeArrayRef(MapTypeModifiersLoc); in getMapTypeModifiersLoc()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2631 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
2635 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
2996 Data.ExtraModifier, Data.MapTypeModifiers, Data.MapTypeModifiersLoc, in ParseOpenMPVarListClause()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Parse/
H A DParseOpenMP.cpp2631 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
2635 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
2996 Data.ExtraModifier, Data.MapTypeModifiers, Data.MapTypeModifiersLoc, in ParseOpenMPVarListClause()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DOpenMPClause.h5613 SourceLocation MapTypeModifiersLoc[NumberOfOMPMapClauseModifiers]; variable
5662 assert(llvm::array_lengthof(MapTypeModifiersLoc) == in OMPMapClause()
5665 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc)); in OMPMapClause()
5696 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
5781 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc()
5791 return llvm::makeArrayRef(MapTypeModifiersLoc); in getMapTypeModifiersLoc()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h5612 SourceLocation MapTypeModifiersLoc[NumberOfOMPMapClauseModifiers]; variable
5661 assert(llvm::array_lengthof(MapTypeModifiersLoc) == in OMPMapClause()
5664 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc)); in OMPMapClause()
5695 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
5780 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc()
5790 return llvm::makeArrayRef(MapTypeModifiersLoc); in getMapTypeModifiersLoc()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h5612 SourceLocation MapTypeModifiersLoc[NumberOfOMPMapClauseModifiers]; variable
5661 assert(llvm::array_lengthof(MapTypeModifiersLoc) == in OMPMapClause()
5664 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc)); in OMPMapClause()
5695 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
5780 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc()
5790 return llvm::makeArrayRef(MapTypeModifiersLoc); in getMapTypeModifiersLoc()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5612 SourceLocation MapTypeModifiersLoc[NumberOfOMPMapClauseModifiers]; variable
5661 assert(llvm::array_lengthof(MapTypeModifiersLoc) == in OMPMapClause()
5664 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc)); in OMPMapClause()
5695 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
5780 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc()
5790 return llvm::makeArrayRef(MapTypeModifiersLoc); in getMapTypeModifiersLoc()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h5612 SourceLocation MapTypeModifiersLoc[NumberOfOMPMapClauseModifiers]; variable
5661 assert(llvm::array_lengthof(MapTypeModifiersLoc) == in OMPMapClause()
5664 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc)); in OMPMapClause()
5695 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
5780 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc()
5790 return llvm::makeArrayRef(MapTypeModifiersLoc); in getMapTypeModifiersLoc()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DOpenMPClause.h5612 SourceLocation MapTypeModifiersLoc[NumberOfOMPMapClauseModifiers]; variable
5661 assert(llvm::array_lengthof(MapTypeModifiersLoc) == in OMPMapClause()
5664 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc)); in OMPMapClause()
5695 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
5780 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc()
5790 return llvm::makeArrayRef(MapTypeModifiersLoc); in getMapTypeModifiersLoc()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Parse/
H A DParseOpenMP.cpp1801 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
2077 Data.MapTypeModifiers, Data.MapTypeModifiersLoc, Data.MapType, in ParseOpenMPVarListClause()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Parse/
H A DParseOpenMP.cpp3109 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
3113 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
3627 Data.ExtraModifier, Data.MapTypeModifiers, Data.MapTypeModifiersLoc, in ParseOpenMPVarListClause()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Parse/
H A DParseOpenMP.cpp3109 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
3113 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
3627 Data.ExtraModifier, Data.MapTypeModifiers, Data.MapTypeModifiersLoc, in ParseOpenMPVarListClause()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp3199 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
3203 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
3732 Data.ExtraModifier, Data.MapTypeModifiers, Data.MapTypeModifiersLoc, in ParseOpenMPVarListClause()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParseOpenMP.cpp3320 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
3324 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
3853 Data.ExtraModifier, Data.MapTypeModifiers, Data.MapTypeModifiersLoc, in ParseOpenMPVarListClause()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParseOpenMP.cpp3320 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
3324 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
3853 Data.ExtraModifier, Data.MapTypeModifiers, Data.MapTypeModifiersLoc, in ParseOpenMPVarListClause()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Parse/
H A DParseOpenMP.cpp3708 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
3712 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
4241 Data.ExtraModifier, Data.MapTypeModifiers, Data.MapTypeModifiersLoc, in ParseOpenMPVarListClause()

1234