Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h497 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature()
499 : Returns(InReturns), Params(InParams) {} in WasmSignature()