Home
last modified time | relevance | path

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

/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmTarget.cxx802 struct LocationMatcher struct
806 LocationMatcher(const cmSourceFileLocation& needle) in LocationMatcher() argument
811 bool operator()(cmSourceFileLocation& loc) in operator ()()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmTarget.cxx802 struct LocationMatcher struct
806 LocationMatcher(const cmSourceFileLocation& needle) in LocationMatcher() argument
811 bool operator()(cmSourceFileLocation& loc) in operator ()()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmTarget.cxx802 struct LocationMatcher struct
806 LocationMatcher(const cmSourceFileLocation& needle) in LocationMatcher() argument
811 bool operator()(cmSourceFileLocation& loc) in operator ()()
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/
H A Dtest_utils.py139 def LocationMatcher( filepath, function
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dconfig.py3333 class LocationMatcher(SectionMatcher): class