Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTTypeTraits.cpp105 ASTNodeKind ASTNodeKind::getFromNode(const Decl &D) { in getFromNode() function in ASTNodeKind
115 ASTNodeKind ASTNodeKind::getFromNode(const Stmt &S) { in getFromNode() function in ASTNodeKind
126 ASTNodeKind ASTNodeKind::getFromNode(const Type &T) { in getFromNode() function in ASTNodeKind
136 ASTNodeKind ASTNodeKind::getFromNode(const TypeLoc &T) { in getFromNode() function in ASTNodeKind
147 ASTNodeKind ASTNodeKind::getFromNode(const OMPClause &C) { in getFromNode() function in ASTNodeKind
161 ASTNodeKind ASTNodeKind::getFromNode(const Attr &A) { in getFromNode() function in ASTNodeKind
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTTypeTraits.h64 static ASTNodeKind getFromNode(const Decl &D);
65 static ASTNodeKind getFromNode(const Stmt &S);
66 static ASTNodeKind getFromNode(const Type &T);
67 static ASTNodeKind getFromNode(const TypeLoc &T);
68 static ASTNodeKind getFromNode(const LambdaCapture &L);
69 static ASTNodeKind getFromNode(const OMPClause &C);
70 static ASTNodeKind getFromNode(const Attr &A);
424 Result.NodeKind = ASTNodeKind::getFromNode(Node);
486 Result.NodeKind = ASTNodeKind::getFromNode(Node);