Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Core/
H A DDiagnostic.h109 std::string MainSourceFile; member
H A DReplacement.h337 std::string MainSourceFile; member
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp936 const DIFile *MainSourceFile = CU->getFile(); in emitBuildInfo() local
938 getStringIdTypeIdx(TypeTable, MainSourceFile->getDirectory()); in emitBuildInfo()
940 getStringIdTypeIdx(TypeTable, MainSourceFile->getFilename()); in emitBuildInfo()
949 MainSourceFile->getFilename())); in emitBuildInfo()