Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp95 ASTNodeKind ASTNodeKind::getFromNode(const Decl &D) { in getFromNode() function in ASTNodeKind
105 ASTNodeKind ASTNodeKind::getFromNode(const Stmt &S) { in getFromNode() function in ASTNodeKind
116 ASTNodeKind ASTNodeKind::getFromNode(const Type &T) { in getFromNode() function in ASTNodeKind
126 ASTNodeKind ASTNodeKind::getFromNode(const OMPClause &C) { in getFromNode() function in ASTNodeKind
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTTypeTraits.h65 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);