Searched defs:MapperId (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 1049 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, in Create() 1103 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() 1153 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 527 DeclarationName MapperId; in ParseOpenMPDeclareMapperDirective() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 5125 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local 17400 const DeclarationNameInfo &MapperId, in buildUserDefinedMapperRef() 17541 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() 17832 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPMapClause() 18781 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPToClause() 18818 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPFromClause()
|
D | TreeTransform.h | 1898 CXXScopeSpec MapperIdScopeSpec, DeclarationNameInfo MapperId, in RebuildOMPMapClause() 2018 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPToClause() 2034 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPFromClause()
|
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 5065 void setMapperIdInfo(DeclarationNameInfo MapperId) { in setMapperIdInfo()
|