Home
last modified time | relevance | path

Searched refs:getOpenMPSimpleClauseType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp1652 unsigned Type = getOpenMPSimpleClauseType( in parseOpenMPSimpleClause()
3303 unsigned KindModifier = getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
3316 KindModifier = getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
3332 KindModifier = getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
3347 Arg.push_back(getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
3358 unsigned Modifier = getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
3377 Arg.push_back(getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
3393 Arg.push_back(getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
3505 static_cast<OpenMPMapModifierKind>(getOpenMPSimpleClauseType( in isMapModifier()
3589 static_cast<OpenMPMapClauseKind>(getOpenMPSimpleClauseType( in isMapType()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenMPKinds.h169 unsigned getOpenMPSimpleClauseType(OpenMPClauseKind Kind, llvm::StringRef Str,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenMPKinds.cpp23 unsigned clang::getOpenMPSimpleClauseType(OpenMPClauseKind Kind, StringRef Str, in getOpenMPSimpleClauseType() function in clang