Home
last modified time | relevance | path

Searched defs:SourceRange (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dast-source-ranges.h16 struct SourceRange { struct
17 SourceRange() : SourceRange(kNoSourcePosition, kNoSourcePosition) {} in SourceRange() argument
18 SourceRange(int start, int end) : start(start), end(end) {} in SourceRange() argument
20 static SourceRange Empty() { return SourceRange(); } in Empty() argument
21 static SourceRange OpenEnded(int32_t start) { in OpenEnded() argument
36 static SourceRange FunctionLiteralMarkerRange() { in FunctionLiteralMarkerRange() argument
62 enum class SourceRangeKind { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMIRYamlMapping.h36 SMRange SourceRange; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp194 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { in error()
878 SMRange SourceRange) { in diagFromMIStringDiag()
894 SMRange SourceRange) { in diagFromBlockStringDiag()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h141 SMRange &SourceRange) const { in parseMachineFunctionInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLParser.h161 SMRange SourceRange; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLParser.h176 SMRange SourceRange; variable
/third_party/node/deps/v8/src/parsing/
Dparser-base.h239 using SourceRange = typename Types::SourceRange; variable