Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Tooling/
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()
DDiagnosticsYamlTest.cpp107 TUD.MainSourceFile = "path/to/source.cpp"; in TEST()
146 EXPECT_EQ("path/to/source.cpp", TUDActual.MainSourceFile); in TEST()
/external/clang/unittests/Tooling/
DReplacementsYamlTest.cpp24 Doc.MainSourceFile = "/path/to/source.cpp"; in TEST()
73 ASSERT_EQ("/path/to/source.cpp", DocActual.MainSourceFile); in TEST()
99 ASSERT_EQ("/path/to/source.cpp", DocActual.MainSourceFile); in TEST()
/external/llvm-project/clang-tools-extra/unittests/clang-apply-replacements/
DApplyReplacementsTest.cpp21 makeTUDiagnostics(const std::string &MainSourceFile, StringRef DiagnosticName, in makeTUDiagnostics() argument
26 TUs.push_back({MainSourceFile, in makeTUDiagnostics()
/external/llvm-project/clang/include/clang/Tooling/
DReplacementsYaml.h66 Io.mapRequired("MainSourceFile", Doc.MainSourceFile); in LLVM_YAML_IS_SEQUENCE_VECTOR()
DDiagnosticsYaml.h102 Io.mapRequired("MainSourceFile", Doc.MainSourceFile); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm-project/clang/include/clang/Tooling/Core/
DDiagnostic.h108 std::string MainSourceFile; member
DReplacement.h334 std::string MainSourceFile; member
/external/clang/include/clang/Tooling/
DReplacementsYaml.h68 Io.mapRequired("MainSourceFile", Doc.MainSourceFile); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/clang/include/clang/Tooling/Core/
DReplacement.h201 std::string MainSourceFile; member
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.cpp609 TUD.MainSourceFile = std::string(MainFilePath); in exportReplacements()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp840 const DIFile *MainSourceFile = CU->getFile(); in emitBuildInfo() local
842 getStringIdTypeIdx(TypeTable, MainSourceFile->getDirectory()); in emitBuildInfo()
844 getStringIdTypeIdx(TypeTable, MainSourceFile->getFilename()); in emitBuildInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp829 const DIFile *MainSourceFile = CU->getFile(); in emitBuildInfo() local
831 getStringIdTypeIdx(TypeTable, MainSourceFile->getDirectory()); in emitBuildInfo()
833 getStringIdTypeIdx(TypeTable, MainSourceFile->getFilename()); in emitBuildInfo()