Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp120 ASTNodeKind ASTNodeKind::getFromNode(const Decl &D) { in getFromNode() function in ASTNodeKind
130 ASTNodeKind ASTNodeKind::getFromNode(const Stmt &S) { in getFromNode() function in ASTNodeKind
141 ASTNodeKind ASTNodeKind::getFromNode(const Type &T) { in getFromNode() function in ASTNodeKind
151 ASTNodeKind ASTNodeKind::getFromNode(const TypeLoc &T) { in getFromNode() function in ASTNodeKind
162 ASTNodeKind ASTNodeKind::getFromNode(const OMPClause &C) { in getFromNode() function in ASTNodeKind
176 ASTNodeKind ASTNodeKind::getFromNode(const Attr &A) { in getFromNode() function in ASTNodeKind
/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTTypeTraits.h63 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);