Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp1554 SmallVectorImpl<OMPDeclareVariantAttr::InteropType> &InterOpTypes) { in parseOpenMPAppendArgs() argument
1574 InterOpTypes.push_back(*IType); in parseOpenMPAppendArgs()
1582 if (!HasError && InterOpTypes.empty()) { in parseOpenMPAppendArgs()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h3183 SmallVectorImpl<OMPDeclareVariantAttr::InteropType> &InterOpTypes);