HomeSort by relevance Sort by last modified time
    Searched refs:matchesNode (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 295 virtual bool matchesNode(const T &Node) const = 0;
302 return matchesNode(Node);
650 bool matchesNode(const T &Node) const override {
680 bool matchesNode(const NamedDecl &Node) const override;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 295 virtual bool matchesNode(const T &Node) const = 0;
302 return matchesNode(Node);
650 bool matchesNode(const T &Node) const override {
680 bool matchesNode(const NamedDecl &Node) const override;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchersInternal.h 295 virtual bool matchesNode(const T &Node) const = 0;
302 return matchesNode(Node);
650 bool matchesNode(const T &Node) const override {
680 bool matchesNode(const NamedDecl &Node) const override;
    [all...]
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchersInternal.h 295 virtual bool matchesNode(const T &Node) const = 0;
302 return matchesNode(Node);
650 bool matchesNode(const T &Node) const override {
680 bool matchesNode(const NamedDecl &Node) const override;
    [all...]
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchersInternal.h 295 virtual bool matchesNode(const T &Node) const = 0;
302 return matchesNode(Node);
650 bool matchesNode(const T &Node) const override {
680 bool matchesNode(const NamedDecl &Node) const override;
    [all...]
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchersInternal.h 295 virtual bool matchesNode(const T &Node) const = 0;
302 return matchesNode(Node);
650 bool matchesNode(const T &Node) const override {
680 bool matchesNode(const NamedDecl &Node) const override;
    [all...]
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchersInternal.h 295 virtual bool matchesNode(const T &Node) const = 0;
302 return matchesNode(Node);
650 bool matchesNode(const T &Node) const override {
680 bool matchesNode(const NamedDecl &Node) const override;
    [all...]
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchersInternal.h 295 virtual bool matchesNode(const T &Node) const = 0;
302 return matchesNode(Node);
650 bool matchesNode(const T &Node) const override {
680 bool matchesNode(const NamedDecl &Node) const override;
    [all...]
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 295 virtual bool matchesNode(const T &Node) const = 0;
302 return matchesNode(Node);
650 bool matchesNode(const T &Node) const override {
680 bool matchesNode(const NamedDecl &Node) const override;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchersInternal.h 295 virtual bool matchesNode(const T &Node) const = 0;
302 return matchesNode(Node);
650 bool matchesNode(const T &Node) const override {
680 bool matchesNode(const NamedDecl &Node) const override;
    [all...]
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchersInternal.h 295 virtual bool matchesNode(const T &Node) const = 0;
302 return matchesNode(Node);
650 bool matchesNode(const T &Node) const override {
680 bool matchesNode(const NamedDecl &Node) const override;
    [all...]
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchersInternal.h 295 virtual bool matchesNode(const T &Node) const = 0;
302 return matchesNode(Node);
650 bool matchesNode(const T &Node) const override {
680 bool matchesNode(const NamedDecl &Node) const override;
    [all...]
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchersInternal.h 295 virtual bool matchesNode(const T &Node) const = 0;
302 return matchesNode(Node);
650 bool matchesNode(const T &Node) const override {
680 bool matchesNode(const NamedDecl &Node) const override;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchersInternal.h 295 virtual bool matchesNode(const T &Node) const = 0;
302 return matchesNode(Node);
650 bool matchesNode(const T &Node) const override {
680 bool matchesNode(const NamedDecl &Node) const override;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchersInternal.h 295 virtual bool matchesNode(const T &Node) const = 0;
302 return matchesNode(Node);
650 bool matchesNode(const T &Node) const override {
680 bool matchesNode(const NamedDecl &Node) const override;
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 496 bool HasNameMatcher::matchesNode(const NamedDecl &Node) const {

Completed in 939 milliseconds

1 2