Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1468 SmallVectorImpl<OMPInteropInfo> &InteropInfos) { in parseOpenMPAppendArgs() argument
1489 InteropInfos.push_back(InteropInfo); in parseOpenMPAppendArgs()
1495 if (!HasError && InteropInfos.empty()) { in parseOpenMPAppendArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h6376 bool parseOpenMPAppendArgs(SmallVectorImpl<OMPInteropInfo> &InteropInfos);