OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MapTypeModifiers
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
5499
OpenMPMapModifierKind
MapTypeModifiers
[NumberOfOMPMapClauseModifiers] = {
5549
assert(llvm::array_lengthof(
MapTypeModifiers
) == MapModifiers.size() &&
5551
llvm::copy(MapModifiers, std::begin(
MapTypeModifiers
));
5577
MapTypeModifiers
[I] = T;
5662
return
MapTypeModifiers
[Cnt];
5677
return llvm::makeArrayRef(
MapTypeModifiers
);
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp
3549
Data.
MapTypeModifiers
.push_back(TypeModifier);
3553
Data.
MapTypeModifiers
.push_back(TypeModifier);
4083
Data.ExtraModifier, Data.
MapTypeModifiers
, Data.MapTypeModifiersLoc,
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
3339
MapTypeModifiers
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
15025
ArrayRef<OpenMPMapModifierKind>
MapTypeModifiers
,
15101
MapTypeModifiers
, MapTypeModifiersLoc, ReductionOrMapperIdScopeSpec,
19226
ArrayRef<OpenMPMapModifierKind>
MapTypeModifiers
,
19239
for (unsigned I = 0, E =
MapTypeModifiers
.size(); I < E; ++I) {
19240
if (
MapTypeModifiers
[I] != OMPC_MAP_MODIFIER_unknown &&
19241
llvm::find(Modifiers,
MapTypeModifiers
[I]) != std::end(Modifiers)) {
19247
Modifiers[Count] =
MapTypeModifiers
[I];
TreeTransform.h
1912
ArrayRef<OpenMPMapModifierKind>
MapTypeModifiers
,
1918
return getSema().ActOnOpenMPMapClause(
MapTypeModifiers
, MapTypeModifiersLoc,
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
11037
ArrayRef<OpenMPMapModifierKind>
MapTypeModifiers
,
11145
ActOnOpenMPMapClause(ArrayRef<OpenMPMapModifierKind>
MapTypeModifiers
,
Completed in 110 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026