Lines Matching refs:VisibleOutsideFile
92 MATCHER(VisibleOutsideFile, "") {
93 return static_cast<bool>(arg.Flags & Symbol::VisibleOutsideFile);
390 AllOf(QName("Foo"), VisibleOutsideFile()), in TEST_F()
391 AllOf(QName("bar"), VisibleOutsideFile()), in TEST_F()
392 AllOf(QName("a"), Not(VisibleOutsideFile())), in TEST_F()
393 AllOf(QName("B"), Not(VisibleOutsideFile())), in TEST_F()
394 AllOf(QName("c"), Not(VisibleOutsideFile())), in TEST_F()
396 AllOf(QName("ForwardDecl"), Not(VisibleOutsideFile())))); in TEST_F()
1698 DeclRange(Header.range("mac")), VisibleOutsideFile()), in TEST_F()
1700 DeclRange(Header.range("used")), VisibleOutsideFile()), in TEST_F()
1702 Not(VisibleOutsideFile())))); in TEST_F()