Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h5110 using MappableExprComponentList = SmallVector<MappableComponent, 8>; variable
5116 using MappableExprComponentLists = SmallVector<MappableExprComponentList, 8>;
5117 using MappableExprComponentListsRef = ArrayRef<MappableExprComponentList>;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp53 OMPClauseMappableExprCommon::MappableExprComponentList &CurComponents,
3957 OMPClauseMappableExprCommon::MappableExprComponentList CurComponents; in VisitMemberExpr()
20674 OMPClauseMappableExprCommon::MappableExprComponentList &Components;
20972 OMPClauseMappableExprCommon::MappableExprComponentList &Components, in MapBaseChecker()
20985 OMPClauseMappableExprCommon::MappableExprComponentList &CurComponents, in checkMapClauseExpressionBase()
21487 OMPClauseMappableExprCommon::MappableExprComponentList CurComponents; in checkMappableExpressionList()