Searched refs:pushOverlay (Results 1 - 4 of 4) sorted by relevance

/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp184 O->pushOverlay(Middle);
185 O->pushOverlay(Top);
222 O->pushOverlay(Upper);
247 O->pushOverlay(Upper);
383 O->pushOverlay(Upper);
414 O->pushOverlay(Middle);
415 O->pushOverlay(Upper);
462 O->pushOverlay(Middle);
463 O->pushOverlay(Upper);
485 O->pushOverlay(Middl
[all...]
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h231 void pushOverlay(IntrusiveRefCntPtr<FileSystem> FS);
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp238 pushOverlay(BaseFS);
241 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { function in class:OverlayFileSystem
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp2049 Overlay->pushOverlay(FS);

Completed in 4883 milliseconds