Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h2820 typedef SmallVector<MappableComponent, 8> MappableExprComponentList; typedef
2826 typedef SmallVector<MappableExprComponentList, 8> MappableExprComponentLists;
2827 typedef ArrayRef<MappableExprComponentList> MappableExprComponentListsRef;
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h4778 using MappableExprComponentList = SmallVector<MappableComponent, 8>; variable
4784 using MappableExprComponentLists = SmallVector<MappableExprComponentList, 8>;
4785 using MappableExprComponentListsRef = ArrayRef<MappableExprComponentList>;
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp50 OMPClauseMappableExprCommon::MappableExprComponentList &CurComponents,
3641 OMPClauseMappableExprCommon::MappableExprComponentList CurComponents; in VisitMemberExpr()
16821 OMPClauseMappableExprCommon::MappableExprComponentList &Components;
17109 OMPClauseMappableExprCommon::MappableExprComponentList &Components, in MapBaseChecker()
17122 OMPClauseMappableExprCommon::MappableExprComponentList &CurComponents, in checkMapClauseExpressionBase()
17618 OMPClauseMappableExprCommon::MappableExprComponentList CurComponents; in checkMappableExpressionList()
/external/clang/lib/Sema/
DSemaOpenMP.cpp10443 OMPClauseMappableExprCommon::MappableExprComponentList &CurComponents, in CheckMapClauseExpressionBase()
10908 OMPClauseMappableExprCommon::MappableExprComponentList CurComponents; in checkMappableExpressionList()