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.cpp1515 SmallVectorImpl<OMPInteropInfo> &InteropInfos) { in parseOpenMPAppendArgs() argument
1536 InteropInfos.push_back(InteropInfo); in parseOpenMPAppendArgs()
1542 if (!HasError && InteropInfos.empty()) { in parseOpenMPAppendArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3429 bool parseOpenMPAppendArgs(SmallVectorImpl<OMPInteropInfo> &InteropInfos);