Searched refs:getFromNode (Results 1 – 2 of 2) sorted by relevance
95 ASTNodeKind ASTNodeKind::getFromNode(const Decl &D) { in getFromNode() function in ASTNodeKind105 ASTNodeKind ASTNodeKind::getFromNode(const Stmt &S) { in getFromNode() function in ASTNodeKind116 ASTNodeKind ASTNodeKind::getFromNode(const Type &T) { in getFromNode() function in ASTNodeKind126 ASTNodeKind ASTNodeKind::getFromNode(const OMPClause &C) { in getFromNode() function in ASTNodeKind
65 static ASTNodeKind getFromNode(const Decl &D);66 static ASTNodeKind getFromNode(const Stmt &S);67 static ASTNodeKind getFromNode(const Type &T);68 static ASTNodeKind getFromNode(const OMPClause &C);408 Result.NodeKind = ASTNodeKind::getFromNode(Node);