Home
last modified time | relevance | path

Searched refs:UnderlyingDecl (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h3345 const NamedDecl *UnderlyingDecl = Node.getUnderlyingDecl(); in AST_MATCHER_P() local
3347 return UnderlyingDecl != nullptr && in AST_MATCHER_P()
3348 InnerMatcher.matches(*UnderlyingDecl, Finder, Builder); in AST_MATCHER_P()