Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp1533 unsigned Type = getOpenMPSimpleClauseType( in ParseOpenMPSimpleClause()
1619 unsigned KindModifier = getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
1631 KindModifier = getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
1646 KindModifier = getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
1660 Arg.push_back(getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
1670 Arg.push_back(getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
1682 Arg.push_back(getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
1785 getOpenMPSimpleClauseType(OMPC_map, PP.getSpelling(Tok))); in isMapModifier()
1831 getOpenMPSimpleClauseType(OMPC_map, PP.getSpelling(Tok))); in isMapType()
1892 static_cast<OpenMPDependClauseKind>(getOpenMPSimpleClauseType( in ParseOpenMPVarList()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenMPKinds.h153 unsigned getOpenMPSimpleClauseType(OpenMPClauseKind Kind, llvm::StringRef Str);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp79 unsigned clang::getOpenMPSimpleClauseType(OpenMPClauseKind Kind, in getOpenMPSimpleClauseType() function in clang