Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/google/
DUpgradeGoogletestCaseCheck.cpp131 auto LocationFilter = in registerMatchers() local
175 LocationFilter), in registerMatchers()
179 usingDecl(hasAnyUsingShadowDecl(hasTargetDecl(Methods)), LocationFilter) in registerMatchers()
183 Finder->addMatcher(cxxMethodDecl(Methods, LocationFilter), this); in registerMatchers()
192 unless(hasAncestor(decl(isImplicit()))), LocationFilter) in registerMatchers()
/external/oj-libjdwp/src/share/back/
DeventFilter.c48 typedef struct LocationFilter { struct
52 } LocationFilter; argument
99 struct LocationFilter LocationOnly;
757 LocationFilter *filter = &FILTER(node, index).u.LocationOnly; in eventFilter_setLocationOnlyFilter()
997 LocationFilter *goal = (LocationFilter *)arg; in matchBreakpoint()
1004 LocationFilter *trial = &(filter->u.LocationOnly); in matchBreakpoint()
1030 LocationFilter *lf = &(filter->u.LocationOnly); in setBreakpoint()
1060 LocationFilter *lf = &(filter->u.LocationOnly); in clearBreakpoint()
1082 LocationFilter lf; in isBreakpointSet()