HomeSort by relevance Sort by last modified time
    Searched defs:matchesNode (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 496 bool HasNameMatcher::matchesNode(const NamedDecl &Node) const {
  /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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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...]

Completed in 657 milliseconds