OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MapperType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp
559
QualType
MapperType
;
563
MapperType
=
565
if (
MapperType
.isNull())
589
getCurScope(),
MapperType
, Range.getBegin(), VName);
619
getCurScope(), Actions.getCurLexicalContext(), MapperId,
MapperType
,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
19541
QualType
MapperType
= GetTypeFromParser(ParsedType.get());
19542
assert(!
MapperType
.isNull() && "Expect valid mapper type");
19546
if (!
MapperType
->isStructureOrClassType() && !
MapperType
->isUnionType()) {
19550
return
MapperType
;
19554
Scope *S, DeclContext *DC, DeclarationName Name, QualType
MapperType
,
19607
const auto I = PreviousRedeclTypes.find(
MapperType
.getCanonicalType());
19611
<<
MapperType
<< Name;
19622
OMPDeclareMapperDecl::Create(Context, DC, StartLoc, Name,
MapperType
, VN,
19642
Sema::ActOnOpenMPDeclareMapperDirectiveVarDecl(Scope *S, QualType
MapperType
,
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
10415
Scope *S, DeclContext *DC, DeclarationName Name, QualType
MapperType
,
10421
QualType
MapperType
,
Completed in 117 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026