OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:matchesNode
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp
667
bool HasNameMatcher::
matchesNode
(const NamedDecl &Node) const {
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
395
virtual bool
matchesNode
(const T &Node) const = 0;
402
return
matchesNode
(Node);
924
bool
matchesNode
(const T &Node) const override {
955
bool
matchesNode
(const NamedDecl &Node) const override;
1769
bool
matchesNode
(const T &Node) const override {
1780
inline bool ValueEqualsMatcher<FloatingLiteral, double>::
matchesNode
(
1789
inline bool ValueEqualsMatcher<FloatingLiteral, float>::
matchesNode
(
1798
inline bool ValueEqualsMatcher<FloatingLiteral, llvm::APFloat>::
matchesNode
(
2244
bool
matchesNode
(const T &Node) const override {
Completed in 16 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026