OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchesAncestorOf
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
662
/// - \c
matchesAncestorOf
:
668
/// sense. In the case of
matchesAncestorOf
, we'll want to implement it for
742
bool
matchesAncestorOf
(const T &Node,
749
return
matchesAncestorOf
(ast_type_traits::DynTypedNode::create(Node),
767
virtual bool
matchesAncestorOf
(const ast_type_traits::DynTypedNode &Node,
[
all
...]
/external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
435
// Implements ASTMatchFinder::
matchesAncestorOf
.
436
bool
matchesAncestorOf
(const ast_type_traits::DynTypedNode &Node,
Completed in 127 milliseconds