Home
last modified time | relevance | path

Searched defs:DynNode (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp121 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches()
136 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches()
174 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches()
286 bool DynTypedMatcher::matches(const DynTypedNode &DynNode, in matches()
314 bool DynTypedMatcher::matchesNoKindCheck(const DynTypedNode &DynNode, in matchesNoKindCheck()
366 static bool notUnaryOperator(const DynTypedNode &DynNode, in notUnaryOperator()
387 static bool allOfVariadicOperator(const DynTypedNode &DynNode, in allOfVariadicOperator()
399 static bool eachOfVariadicOperator(const DynTypedNode &DynNode, in eachOfVariadicOperator()
416 static bool anyOfVariadicOperator(const DynTypedNode &DynNode, in anyOfVariadicOperator()
431 optionallyVariadicOperator(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in optionallyVariadicOperator()
H A DASTMatchFinder.cpp118 bool findMatch(const DynTypedNode &DynNode) { in findMatch()
1038 void matchWithFilter(const DynTypedNode &DynNode) { in matchWithFilter()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp94 findMatch(const DynTypedNode & DynNode) findMatch() argument