Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h169 unsigned getOpenMPSimpleClauseType(OpenMPClauseKind Kind, llvm::StringRef Str,
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1652 unsigned Type = getOpenMPSimpleClauseType( in parseOpenMPSimpleClause()
3312 unsigned KindModifier = getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
3325 KindModifier = getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
3341 KindModifier = getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
3356 Arg.push_back(getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
3367 unsigned Modifier = getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
3386 Arg.push_back(getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
3402 Arg.push_back(getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
3514 static_cast<OpenMPMapModifierKind>(getOpenMPSimpleClauseType( in isMapModifier()
3598 static_cast<OpenMPMapClauseKind>(getOpenMPSimpleClauseType( in isMapType()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp23 unsigned clang::getOpenMPSimpleClauseType(OpenMPClauseKind Kind, StringRef Str, in getOpenMPSimpleClauseType() function in clang