Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Core/
H A DDiagnostic.h94 std::string MainSourceFile; member
H A DReplacement.h335 std::string MainSourceFile; member
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DReplacementsYaml.h67 Io.mapRequired("MainSourceFile", Doc.MainSourceFile); in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DDiagnosticsYaml.h97 Io.mapRequired("MainSourceFile", Doc.MainSourceFile); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp800 const DIFile *MainSourceFile = CU->getFile(); in emitBuildInfo() local
802 getStringIdTypeIdx(TypeTable, MainSourceFile->getDirectory()); in emitBuildInfo()
804 getStringIdTypeIdx(TypeTable, MainSourceFile->getFilename()); in emitBuildInfo()