Searched refs:DynNode (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersInternal.h | 216 void addNode(StringRef ID, const DynTypedNode &DynNode) { 217 NodeMap[std::string(ID)] = DynNode; 290 void setBinding(StringRef Id, const DynTypedNode &DynNode) { 294 Binding.addNode(Id, DynNode); 346 virtual bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, 372 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, 374 return matches(DynNode.getUnchecked<T>(), Finder, Builder); 469 bool matches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, 476 bool matchesNoKindCheck(const DynTypedNode &DynNode, ASTMatchFinder *Finder,
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 102 bool findMatch(const DynTypedNode &DynNode) { in findMatch() argument 104 if (const Stmt *StmtNode = DynNode.get<Stmt>()) { in findMatch()
|