Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4321 auto CurrentModifier = static_cast<OpenMPAllocateClauseModifier>( in parseOpenMPAllocateClauseModifiers() local
4333 if (CurrentModifier == OMPC_ALLOCATE_unknown) in parseOpenMPAllocateClauseModifiers()
4339 switch (CurrentModifier) { in parseOpenMPAllocateClauseModifiers()
4343 << getOpenMPSimpleClauseTypeName(OMPC_allocate, CurrentModifier) in parseOpenMPAllocateClauseModifiers()
4346 Data.AllocClauseModifiers.push_back(CurrentModifier); in parseOpenMPAllocateClauseModifiers()
4360 << getOpenMPSimpleClauseTypeName(OMPC_allocate, CurrentModifier) in parseOpenMPAllocateClauseModifiers()
4363 Data.AllocClauseModifiers.push_back(CurrentModifier); in parseOpenMPAllocateClauseModifiers()
4382 CurrentModifier = static_cast<OpenMPAllocateClauseModifier>( in parseOpenMPAllocateClauseModifiers()
4385 if (CurrentModifier == OMPC_ALLOCATE_unknown) { in parseOpenMPAllocateClauseModifiers()