HomeSort by: relevance | last modified time | path
    Searched refs:matchesNodeFullSlow (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 634 return matchesNodeFullSlow(Node);
640 bool HasNameMatcher::matchesNodeFullSlow(const NamedDecl &Node) const {
668 assert(matchesNodeFullFast(Node) == matchesNodeFullSlow(Node));
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 969 /// matchesNodeFullSlow.
977 bool matchesNodeFullSlow(const NamedDecl &Node) const;

Completed in 18 milliseconds