Searched defs:SourceName (Results 1 – 12 of 12) sorted by relevance
/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewHTML.h | 112 SourceCoverageViewHTML(StringRef SourceName, const MemoryBuffer &File, in SourceCoverageViewHTML()
|
H A D | SourceCoverageViewText.h | 99 SourceCoverageViewText(StringRef SourceName, const MemoryBuffer &File, in SourceCoverageViewText()
|
H A D | SourceCoverageView.h | 159 StringRef SourceName; variable 275 SourceCoverageView(StringRef SourceName,const MemoryBuffer & File,const CoverageViewOptions & Options,CoverageData && CoverageInfo) SourceCoverageView() argument
|
H A D | SourceCoverageView.cpp | 146 SourceCoverageView::create(StringRef SourceName, const MemoryBuffer &File, in create()
|
/llvm-project/flang/lib/Semantics/ |
H A D | mod-file.h | 29 using SourceName = parser::CharBlock; variable
|
H A D | resolve-names-utils.h | 40 using SourceName = parser::CharBlock; variable
|
H A D | scope.cpp | 59 const std::map<SourceName, MutableSymbolRef> &symbols) { in GetSortedSymbols() argument [all...] |
H A D | check-declarations.cpp | 1669 __anon2c8d3faa0d02(std::pair<SourceName, SymbolRef> prev) CheckDerivedType() argument [all...] |
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | InconsistentDeclarationParameterNameCheck.cpp | 39 StringRef SourceName; member
|
/llvm-project/clang/lib/Interpreter/ |
H A D | IncrementalParser.cpp | 310 std::ostringstream SourceName; Parse() local
|
/llvm-project/flang/include/flang/Semantics/ |
H A D | type.h | 40 using SourceName = parser::CharBlock; global() variable
|
/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 64 Source<DeclarationName> SourceName = *SourceNameOrErr; in LookupSameContext() local
|