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

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 4110 const Decl *DeclNode = Node.getDecl();
4111 return (DeclNode != nullptr &&
4112 InnerMatcher.matches(*DeclNode, Finder, Builder));
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ASTTableGen.h 29 #define DeclNodeClassName "DeclNode"
180 class DeclNode : public ASTNode {
182 DeclNode(llvm::Record *record = nullptr) : ASTNode(record) {}
186 DeclNode getBase() const { return DeclNode(ASTNode::getBase().getRecord()); }

Completed in 32 milliseconds