Searched refs:MainSourceFile (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/clang/unittests/Tooling/ |
D | ReplacementsYamlTest.cpp | 23 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()
|
D | DiagnosticsYamlTest.cpp | 107 TUD.MainSourceFile = "path/to/source.cpp"; in TEST() 146 EXPECT_EQ("path/to/source.cpp", TUDActual.MainSourceFile); in TEST()
|
/external/clang/unittests/Tooling/ |
D | ReplacementsYamlTest.cpp | 24 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/ |
D | ApplyReplacementsTest.cpp | 21 makeTUDiagnostics(const std::string &MainSourceFile, StringRef DiagnosticName, in makeTUDiagnostics() argument 26 TUs.push_back({MainSourceFile, in makeTUDiagnostics()
|
/external/llvm-project/clang/include/clang/Tooling/ |
D | ReplacementsYaml.h | 66 Io.mapRequired("MainSourceFile", Doc.MainSourceFile); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
D | DiagnosticsYaml.h | 102 Io.mapRequired("MainSourceFile", Doc.MainSourceFile); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/external/llvm-project/clang/include/clang/Tooling/Core/ |
D | Diagnostic.h | 108 std::string MainSourceFile; member
|
D | Replacement.h | 334 std::string MainSourceFile; member
|
/external/clang/include/clang/Tooling/ |
D | ReplacementsYaml.h | 68 Io.mapRequired("MainSourceFile", Doc.MainSourceFile); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/external/clang/include/clang/Tooling/Core/ |
D | Replacement.h | 201 std::string MainSourceFile; member
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ClangTidy.cpp | 609 TUD.MainSourceFile = std::string(MainFilePath); in exportReplacements()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 840 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/ |
D | CodeViewDebug.cpp | 829 const DIFile *MainSourceFile = CU->getFile(); in emitBuildInfo() local 831 getStringIdTypeIdx(TypeTable, MainSourceFile->getDirectory()); in emitBuildInfo() 833 getStringIdTypeIdx(TypeTable, MainSourceFile->getFilename()); in emitBuildInfo()
|