OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BoundNodes
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
58
BoundNodesTreeBuilder
BoundNodes
;
65
return
BoundNodes
< Other.
BoundNodes
;
385
Key.
BoundNodes
= *Builder;
509
Key.
BoundNodes
= *Builder;
577
virtual void visitMatch(const
BoundNodes
& BoundNodesView) {
771
MatchFinder::MatchResult::MatchResult(const
BoundNodes
&Nodes,
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
30
// be called with a
BoundNodes
instance that contains a mapping from the
64
/// The instances of
BoundNodes
are created by \c MatchFinder when the user's
66
class
BoundNodes
{
90
/// \brief Create
BoundNodes
from a pre-filled map of bindings.
91
BoundNodes
(internal::BoundNodesMap &MyBoundNodes)
[
all
...]
Completed in 27 milliseconds