OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatcherStorage
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp
29
DynTypedMatcher::
MatcherStorage
::~
MatcherStorage
() {}
/external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
376
class
MatcherStorage
: public RefCountedBaseVPTR {
378
MatcherStorage
(ast_type_traits::ASTNodeKind SupportedKind, uint64_t ID)
380
virtual ~
MatcherStorage
();
399
/// \brief Typed implementation of \c
MatcherStorage
.
402
IntrusiveRefCntPtr<const
MatcherStorage
> Storage;
406
class DynTypedMatcher::TypedMatcherStorage : public
MatcherStorage
{
409
:
MatcherStorage
(ast_type_traits::ASTNodeKind::getFromNodeKind<T>(),
[
all
...]
Completed in 596 milliseconds