Home
last modified time | relevance | path

Searched defs:SourceMap (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/AST/Interp/
DSource.h99 using SourceMap = std::vector<std::pair<unsigned, SourceInfo>>; variable
/external/webrtc/modules/rtp_rtcp/source/
Dsource_tracker.h104 using SourceMap = std::unordered_map<SourceKey, variable
/external/rust/crates/syn/benches/
Drust.rs56 fn source_map(&self) -> Option<&Lrc<SourceMap>> { in bench()
/external/rust/crates/proc-macro2/src/
Dfallback.rs358 struct SourceMap { struct
363 impl SourceMap { argument
/external/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp36 typedef DenseMap<unsigned, RegList> SourceMap; typedef
/external/tensorflow/tensorflow/python/util/
Dtf_stack.cc59 using SourceMap = absl::flat_hash_map<SourceLoc, StackFrame>; typedef