Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h5132 using MappableExprComponentList = SmallVector<MappableComponent, 8>; variable
5138 using MappableExprComponentLists = SmallVector<MappableExprComponentList, 8>;
5139 using MappableExprComponentListsRef = ArrayRef<MappableExprComponentList>;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp54 OMPClauseMappableExprCommon::MappableExprComponentList &CurComponents,
4008 OMPClauseMappableExprCommon::MappableExprComponentList CurComponents; in VisitMemberExpr()
20957 OMPClauseMappableExprCommon::MappableExprComponentList &Components;
21255 OMPClauseMappableExprCommon::MappableExprComponentList &Components, in MapBaseChecker()
21268 OMPClauseMappableExprCommon::MappableExprComponentList &CurComponents, in checkMapClauseExpressionBase()
21770 OMPClauseMappableExprCommon::MappableExprComponentList CurComponents; in checkMappableExpressionList()