Searched refs:MainSourceFile (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h92 std::string MainSourceFile; member in struct:clang::tooling::TranslationUnitDiagnostics
H A DReplacement.h334 std::string MainSourceFile; member in struct:clang::tooling::TranslationUnitReplacements
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DReplacementsYaml.h72 Io.mapRequired("MainSourceFile", Doc.MainSourceFile);
H A DDiagnosticsYaml.h91 Io.mapRequired("MainSourceFile", Doc.MainSourceFile);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp829 const DIFile *MainSourceFile = CU->getFile(); local
831 getStringIdTypeIdx(TypeTable, MainSourceFile->getDirectory());
833 getStringIdTypeIdx(TypeTable, MainSourceFile->getFilename());

Completed in 67 milliseconds