Home
last modified time | relevance | path

Searched defs:CodeLocation (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h484 struct CodeLocation { struct
485 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() function
488 std::string file;
489 int line;