Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dsource_range.h304 struct TORCH_API SourceRange { struct
305 SourceRange(std::shared_ptr<Source> source_view, size_t start_, size_t end_) in SourceRange() function
312 SourceRange() : source_view_(nullptr), start_(0), end_(0) {} in SourceRange() function
314 SourceRange( in SourceRange() argument
323 const c10::string_view token_text() const { in token_text()
328 const StringCordView text() const { in text()
331 size_t size() const { in size()
334 static const size_t CONTEXT = 3;
344 const std::shared_ptr<Source>& source() const { in source()
347 size_t start() const { in start()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/
Dast.rs40 pub struct SourceRange { struct
49 pub loc: SourceRange, argument
245 impl SourceRange { implementation
254 impl fmt::Display for SourceRange { implementation
268 impl fmt::Debug for SourceRange { implementation
274 impl ops::Add<SourceRange> for SourceRange { implementation
277 fn add(self, rhs: SourceRange) -> SourceRange { in add()
328 pub fn loc(&self) -> &SourceRange { in loc()
Danalyzer.rs738 tags_by_id: &mut HashMap<&'a str, SourceRange>, in check_enum_declarations() argument
800 tags_by_id: &mut HashMap<&'a str, SourceRange>, in check_enum_declarations() argument
851 tags_by_id: &mut HashMap<&'a str, SourceRange>, in check_enum_declarations() argument
852 tag_other: &mut Option<SourceRange>, in check_enum_declarations()
/aosp_15_r20/external/clang/unittests/AST/
H A DSourceLocationTest.cpp248 TEST(CXXFunctionalCastExpr, SourceRange) { in TEST() argument
258 TEST(CXXConstructExpr, SourceRange) { in TEST() argument
268 TEST(CXXTemporaryObjectExpr, SourceRange) { in TEST() argument
277 TEST(CXXUnresolvedConstructExpr, SourceRange) { in TEST() argument
290 TEST(UsingDecl, SourceRange) { in TEST() argument
299 TEST(UnresolvedUsingValueDecl, SourceRange) { in TEST() argument
/aosp_15_r20/external/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h37 struct SourceRange { struct
46 SourceRange Range; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h36 struct SourceRange { struct
45 SourceRange Range; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h36 struct SourceRange { struct
45 SourceRange Range; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h36 struct SourceRange { struct
45 SourceRange Range; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h36 struct SourceRange { struct
45 SourceRange Range; argument
/aosp_15_r20/external/clang/lib/AST/
H A DMicrosoftMangle.cpp1775 SourceRange) { in mangleType() argument
1788 Qualifiers, SourceRange) { in mangleType() argument
2063 SourceRange) { in mangleType() argument
2067 SourceRange) { in mangleType() argument
2103 SourceRange) { in mangleType() argument
2107 SourceRange) { in mangleType() argument
2111 Qualifiers, SourceRange) { in mangleType() argument
2115 Qualifiers, SourceRange) { in mangleType() argument
2310 SourceRange) { in mangleType() argument
2335 Qualifiers, SourceRange) { in mangleType() argument
/aosp_15_r20/external/clang/include/clang/Basic/
H A DSourceLocation.h197 SourceRange(): B(SourceLocation()), E(SourceLocation()) {} in SourceRange() function
198 SourceRange(SourceLocation loc) : B(loc), E(loc) {} in SourceRange() function
199 SourceRange(SourceLocation begin, SourceLocation end) : B(begin), E(end) {} in SourceRange() function
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp185 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { in error()
670 SMRange SourceRange) { in diagFromMIStringDiag()
686 SMRange SourceRange) { in diagFromBlockStringDiag()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp194 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { in error()
878 SMRange SourceRange) { in diagFromMIStringDiag()
894 SMRange SourceRange) { in diagFromBlockStringDiag()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp204 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { in error()
1005 SMRange SourceRange) { in diagFromMIStringDiag()
1021 SMRange SourceRange) { in diagFromBlockStringDiag()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DMIRYamlMapping.h36 SMRange SourceRange; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h36 SMRange SourceRange; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DMIRYamlMapping.h36 SMRange SourceRange; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMIRYamlMapping.h36 SMRange SourceRange; member
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h30 SMRange SourceRange; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DMIRYamlMapping.h36 SMRange SourceRange; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h36 SMRange SourceRange; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/Refactoring/Extract/
DSourceExtraction.h18 class SourceRange; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/Refactoring/Extract/
DSourceExtraction.h18 class SourceRange; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/Refactoring/Extract/
DSourceExtraction.h18 class SourceRange; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/Refactoring/Extract/
DSourceExtraction.h18 class SourceRange; variable

1234