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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp82 ASTNodeKind ASTNodeKind::getFromNode(const Decl &D) { function in class:clang::ast_type_traits::ASTNodeKind
92 ASTNodeKind ASTNodeKind::getFromNode(const Stmt &S) { function in class:clang::ast_type_traits::ASTNodeKind
103 ASTNodeKind ASTNodeKind::getFromNode(const Type &T) { function in class:clang::ast_type_traits::ASTNodeKind
113 ASTNodeKind ASTNodeKind::getFromNode(const OMPClause &C) { function in class:clang::ast_type_traits::ASTNodeKind
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTTypeTraits.h70 static ASTNodeKind getFromNode(const Decl &D);
71 static ASTNodeKind getFromNode(const Stmt &S);
72 static ASTNodeKind getFromNode(const Type &T);
73 static ASTNodeKind getFromNode(const OMPClause &C);
406 Result.NodeKind = ASTNodeKind::getFromNode(Node);

Completed in 89 milliseconds