Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DCommentBriefParser.cpp58 bool InReturns = false; in Parse() local
64 else if (InReturns) in Parse()
79 InReturns = true; in Parse()
98 else if (InReturns) in Parse()
124 InReturns = false; in Parse()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DWasm.h440 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature()
442 : Returns(InReturns), Params(InParams) {} in WasmSignature()