Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h4270 using MappableExprComponentList = SmallVector<MappableComponent, 8>; variable
4276 using MappableExprComponentLists = SmallVector<MappableExprComponentList, 8>;
4277 using MappableExprComponentListsRef = ArrayRef<MappableExprComponentList>;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp44 OMPClauseMappableExprCommon::MappableExprComponentList &CurComponents,
3189 OMPClauseMappableExprCommon::MappableExprComponentList CurComponents; in VisitMemberExpr()
15223 OMPClauseMappableExprCommon::MappableExprComponentList &CurComponents, in checkMapClauseExpressionBase()
15926 OMPClauseMappableExprCommon::MappableExprComponentList CurComponents; in checkMappableExpressionList()