Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h109 std::string MainSourceFile; member
H A DReplacement.h337 std::string MainSourceFile; member
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp942 const DIFile *MainSourceFile = CU->getFile(); in emitBuildInfo()
944 getStringIdTypeIdx(TypeTable, MainSourceFile->getDirectory()); in emitBuildInfo()
946 getStringIdTypeIdx(TypeTable, MainSourceFile->getFilename()); in emitBuildInfo()
955 MainSourceFile->getFilename())); in emitBuildInfo()
938 const DIFile *MainSourceFile = CU->getFile(); emitBuildInfo() local