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
659
/// - \c
matchesDescendantOf
:
725
bool
matchesDescendantOf
(const T &Node,
736
return
matchesDescendantOf
(ast_type_traits::DynTypedNode::create(Node),
762
virtual bool
matchesDescendantOf
(const ast_type_traits::DynTypedNode &Node,
[
all
...]
/external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
425
// Implements ASTMatchFinder::
matchesDescendantOf
.
426
bool
matchesDescendantOf
(const ast_type_traits::DynTypedNode &Node,
Completed in 1098 milliseconds