Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentBriefParser.cpp69 bool InReturns = false; in Parse() local
75 else if (InReturns) in Parse()
90 InReturns = true; in Parse()
109 else if (InReturns) in Parse()
135 InReturns = false; in Parse()
/external/llvm-project/clang/lib/AST/
DCommentBriefParser.cpp67 bool InReturns = false; in Parse() local
73 else if (InReturns) in Parse()
88 InReturns = true; in Parse()
107 else if (InReturns) in Parse()
133 InReturns = false; in Parse()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h362 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature()
364 : Returns(InReturns), Params(InParams) {} in WasmSignature()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h391 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature()
393 : Returns(InReturns), Params(InParams) {} in WasmSignature()