Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/libclang/
H A DTestUtils.h25 typedef std::unique_ptr<std::string> fixed_addr_string; typedef
26 std::map<fixed_addr_string, fixed_addr_string> UnsavedFileContents;
82 fixed_addr_string(new std::string(Filename)), in MapUnsavedFile()
83 fixed_addr_string(new std::string(Contents)))); in MapUnsavedFile()