Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseOpenMP.cpp626 unsigned Type = getOpenMPSimpleClauseType( in ParseOpenMPSimpleClause()
696 Arg = getOpenMPSimpleClauseType( in ParseOpenMPSingleExprWithArgClause()
865 DepKind = static_cast<OpenMPDependClauseKind>(getOpenMPSimpleClauseType( in ParseOpenMPVarListClause()
896 getOpenMPSimpleClauseType(Kind, PP.getSpelling(Tok))); in ParseOpenMPVarListClause()
907 MapType = static_cast<OpenMPMapClauseKind>(getOpenMPSimpleClauseType( in ParseOpenMPVarListClause()
914 MapType = static_cast<OpenMPMapClauseKind>(getOpenMPSimpleClauseType( in ParseOpenMPVarListClause()
926 static_cast<OpenMPMapClauseKind>(getOpenMPSimpleClauseType( in ParseOpenMPVarListClause()
938 MapType = static_cast<OpenMPMapClauseKind>(getOpenMPSimpleClauseType( in ParseOpenMPVarListClause()
/external/clang/include/clang/Basic/
DOpenMPKinds.h95 unsigned getOpenMPSimpleClauseType(OpenMPClauseKind Kind, llvm::StringRef Str);
/external/clang/lib/Basic/
DOpenMPKinds.cpp76 unsigned clang::getOpenMPSimpleClauseType(OpenMPClauseKind Kind, in getOpenMPSimpleClauseType() function in clang