Searched defs:AstNode (Results 1 – 6 of 6) sorted by relevance
18 struct AstNode { struct21 enum class Type {50 AstNode* children; argument53 AstNode* sibling; argument71 inline std::ostream& operator<<(std::ostream& os, const AstNode::Type& which) { argument
71 private fun AstNode.eraseGetValue(): String { in <lambda>() method368 private fun AstNode.eraseAtomicFieldFromUncheckedCast(): AstNode? { in <lambda>() method383 private fun AstNode.isThisNode(): Boolean { in <lambda>() method406 private fun AstNode.scopedSource(): String { in <lambda>() method
54 const ast_type_traits::DynTypedNode &AstNode = SelNode->ASTNode; in getSelectedFunction() local
87 const ast_type_traits::DynTypedNode &AstNode = SelNode->ASTNode; in getSelectedFunction() local
76 class AstNode: class
676 isl::ast_node AstNode = isl::manage_copy(Node); in cbPrintUser() local