reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

unittests/Support/VirtualFileSystemTest.cpp
 1368 TEST_F(VFSFromYAMLTest, BasicVFSFromYAML) {
 1379 TEST_F(VFSFromYAMLTest, MappedFiles) {
 1439 TEST_F(VFSFromYAMLTest, CaseInsensitive) {
 1475 TEST_F(VFSFromYAMLTest, CaseSensitive) {
 1507 TEST_F(VFSFromYAMLTest, IllegalVFSFile) {
 1598 TEST_F(VFSFromYAMLTest, UseExternalName) {
 1650 TEST_F(VFSFromYAMLTest, MultiComponentPath) {
 1696 TEST_F(VFSFromYAMLTest, TrailingSlashes) {
 1715 TEST_F(VFSFromYAMLTest, DirectoryIteration) {
 1758 TEST_F(VFSFromYAMLTest, DirectoryIterationSameDirMultipleEntries) {
 1806 TEST_F(VFSFromYAMLTest, RecursiveDirectoryIterationLevel) {
 1849 TEST_F(VFSFromYAMLTest, RelativePaths) {
 1883 TEST_F(VFSFromYAMLTest, NonFallthroughDirectoryIteration) {
 1912 TEST_F(VFSFromYAMLTest, DirectoryIterationWithDuplicates) {
 1940 TEST_F(VFSFromYAMLTest, DirectoryIterationErrorInVFSLayer) {
 1969 TEST_F(VFSFromYAMLTest, GetRealPath) {
 2015 TEST_F(VFSFromYAMLTest, WorkingDirectory) {
 2073 TEST_F(VFSFromYAMLTest, WorkingDirectoryFallthrough) {
 2130 TEST_F(VFSFromYAMLTest, WorkingDirectoryFallthroughInvalid) {

References

unittests/Support/VirtualFileSystemTest.cpp
 1341     VFSFromYAMLTest *Test = static_cast<VFSFromYAMLTest *>(Context);
utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  452   return &(TypeIdHelper<T>::dummy_);