reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
  120   const IDToNodeMap &getMap() const {
tools/clang/unittests/AST/MatchVerifier.h
  163   BoundNodes::IDToNodeMap M = Result.Nodes.getMap();
  164   BoundNodes::IDToNodeMap::const_iterator I = M.find("");
tools/clang/unittests/ASTMatchers/ASTMatchersTest.h
  420     const BoundNodes::IDToNodeMap &M = Nodes->getMap();
  430       BoundNodes::IDToNodeMap::const_iterator I = M.find(Id);