Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentBriefParser.cpp68 bool InReturns = false; in Parse() local
74 else if (InReturns) in Parse()
89 InReturns = true; in Parse()
108 else if (InReturns) in Parse()
134 InReturns = false; in Parse()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h314 WasmSignature(SmallVector<wasm::ValType, 1> &&InReturns, in WasmSignature()
316 : Returns(InReturns), Params(InParams) {} in WasmSignature()