Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h3579 using MappableExprComponentList = SmallVector<MappableComponent, 8>; variable
3585 using MappableExprComponentLists = SmallVector<MappableExprComponentList, 8>;
3586 using MappableExprComponentListsRef = ArrayRef<MappableExprComponentList>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp41 OMPClauseMappableExprCommon::MappableExprComponentList &CurComponents,
2398 OMPClauseMappableExprCommon::MappableExprComponentList CurComponents; in VisitMemberExpr()
12389 OMPClauseMappableExprCommon::MappableExprComponentList &CurComponents, in checkMapClauseExpressionBase()
12943 OMPClauseMappableExprCommon::MappableExprComponentList CurComponents; in checkMappableExpressionList()