Home
last modified time | relevance | path

Searched refs:MainSourceFile (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DReplacementsYamlTest.cpp23 Doc.MainSourceFile = "/path/to/source.cpp"; in TEST()
52 Doc.MainSourceFile = "/path/to/source.cpp"; in TEST()
91 ASSERT_EQ("/path/to/source.cpp", DocActual.MainSourceFile); in TEST()
116 ASSERT_EQ("/path/to/source.cpp", DocActual.MainSourceFile); in TEST()
H A DDiagnosticsYamlTest.cpp118 TUD.MainSourceFile = "path/to/source.cpp"; in TEST()
164 EXPECT_EQ("path/to/source.cpp", TUDActual.MainSourceFile); in TEST()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-apply-replacements/
H A DApplyReplacementsTest.cpp21 makeTUDiagnostics(const std::string &MainSourceFile, StringRef DiagnosticName, in makeTUDiagnostics() argument
27 {MainSourceFile, in makeTUDiagnostics()
/llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/invalid-files/
H A Dinvalid-files.yaml2 MainSourceFile: ''
/llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/
H A Dfile1.yaml2 MainSourceFile: source1.cpp
/llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/format/
H A Dno.yaml2 MainSourceFile: no.cpp
H A Dyes.yaml4 MainSourceFile: yes.cpp
/llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/identical/
H A Dfile1.yaml2 MainSourceFile: identical.cpp
H A Dfile2.yaml2 MainSourceFile: identical.cpp
/llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/conflict/
H A Dfile3.yaml2 MainSourceFile: source1.cpp
H A Dfile1.yaml2 MainSourceFile: source1.cpp
H A Dfile2.yaml2 MainSourceFile: source2.cpp
/llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/relative-paths/
H A Dfile2.yaml2 MainSourceFile: source2.cpp
H A Dfile1.yaml2 MainSourceFile: source1.cpp
/llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/basic/
H A Dfile2.yaml2 MainSourceFile: source2.cpp
H A Dfile1.yaml2 MainSourceFile: source1.cpp
/llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/order-dependent/
H A Dfile2.yaml2 MainSourceFile: order-dependent.cpp
H A Dfile1.yaml2 MainSourceFile: order-dependent.cpp
/llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/identical-in-TU/
H A Dfile1.yaml2 MainSourceFile: identical_in_TU.cpp
H A Dfile2.yaml2 MainSourceFile: identical-in-TU.cpp
/llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/ignore-conflict/
H A Dfile1.yaml2 MainSourceFile: ignore-conflict.cpp
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DReplacementsYaml.h65 Io.mapRequired("MainSourceFile", Doc.MainSourceFile); in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DDiagnosticsYaml.h99 Io.mapRequired("MainSourceFile", Doc.MainSourceFile); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/llvm-project-15.0.7/clang/include/clang/Tooling/Core/
H A DDiagnostic.h109 std::string MainSourceFile; member
H A DReplacement.h334 std::string MainSourceFile; member

12