Searched defs:SourceName (Results 26 - 41 of 41) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimLexer.cs211 public override string SourceName property in class:Antlr.Runtime.SlimLexer
215 return input.SourceName;
H A DSlimStringStream.cs326 public string SourceName property in class:Antlr.Runtime.SlimStringStream
H A DSlimTokenStream.cs380 public string SourceName property in class:Antlr.Runtime.FastTokenStream
384 return TokenSource.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBufferedTokenStream.cs114 public virtual string SourceName { property in class:Antlr.Runtime.BufferedTokenStream
116 return _tokenSource.SourceName;
H A DLegacyCommonTokenStream.cs415 public virtual string SourceName { property in class:Antlr.Runtime.LegacyCommonTokenStream
417 return TokenSource.SourceName;
H A DBaseRecognizer.cs815 public abstract string SourceName { property in class:Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBufferedTokenStream.cs126 public virtual string SourceName property in class:Antlr.Runtime.BufferedTokenStream
130 return _tokenSource.SourceName;
H A DBaseRecognizer.cs392 string prefix = SourceName ?? string.Empty;
920 public abstract string SourceName property in class:Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBufferedTreeNodeStream.cs204 public virtual string SourceName property in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
208 return TokenStream.SourceName;
/external/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp110 SourceCoverageView::create(StringRef SourceName, const MemoryBuffer &File, argument
115 return llvm::make_unique<SourceCoverageViewText>(SourceName, File, Options,
118 return llvm::make_unique<SourceCoverageViewHTML>(SourceName, File, Options,
H A DSourceCoverageView.h157 StringRef SourceName; member in class:llvm::SourceCoverageView
251 SourceCoverageView(StringRef SourceName, const MemoryBuffer &File, argument
254 : SourceName(SourceName), File(File), Options(Options),
259 create(StringRef SourceName, const MemoryBuffer &File,
265 StringRef getSourceName() const { return SourceName; }
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp254 StringRef SourceName = SymbolNames[SourceNum]; local
260 Relocations[SourceName].push_back(RelocationEntry(TargetName,
265 << " from '" << SourceName << "(Word1: "
385 StringRef SourceName = SymbolNames[SourceNum]; local
391 Relocations[SourceName].push_back(RelocationEntry(TargetName,
396 << " from '" << SourceName << "(Word1: "
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBufferedTreeNodeStream.cs187 public virtual string SourceName { property in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
189 return TokenStream.SourceName;
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 2829 milliseconds

12