Searched refs:getFromNode (Results 1 – 2 of 2) sorted by relevance
120 ASTNodeKind ASTNodeKind::getFromNode(const Decl &D) { in getFromNode() function in ASTNodeKind130 ASTNodeKind ASTNodeKind::getFromNode(const Stmt &S) { in getFromNode() function in ASTNodeKind141 ASTNodeKind ASTNodeKind::getFromNode(const Type &T) { in getFromNode() function in ASTNodeKind151 ASTNodeKind ASTNodeKind::getFromNode(const TypeLoc &T) { in getFromNode() function in ASTNodeKind162 ASTNodeKind ASTNodeKind::getFromNode(const OMPClause &C) { in getFromNode() function in ASTNodeKind176 ASTNodeKind ASTNodeKind::getFromNode(const Attr &A) { in getFromNode() function in ASTNodeKind
63 static ASTNodeKind getFromNode(const Decl &D);64 static ASTNodeKind getFromNode(const Stmt &S);65 static ASTNodeKind getFromNode(const Type &T);66 static ASTNodeKind getFromNode(const TypeLoc &T);67 static ASTNodeKind getFromNode(const LambdaCapture &L);68 static ASTNodeKind getFromNode(const OMPClause &C);69 static ASTNodeKind getFromNode(const Attr &A);432 Result.NodeKind = ASTNodeKind::getFromNode(Node);494 Result.NodeKind = ASTNodeKind::getFromNode(Node);