OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchesDescendantOf
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
619
/// - \c
matchesDescendantOf
:
686
bool
matchesDescendantOf
(const T &Node,
698
return
matchesDescendantOf
(ast_type_traits::DynTypedNode::create(Node),
724
virtual bool
matchesDescendantOf
(const ast_type_traits::DynTypedNode &Node,
[
all
...]
/external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
427
// Implements ASTMatchFinder::
matchesDescendantOf
.
428
virtual bool
matchesDescendantOf
(const ast_type_traits::DynTypedNode &Node,
Completed in 337 milliseconds