Searched refs:NodeName (Results 1 – 6 of 6) sorted by relevance
101 std::string NodeName = macroName(std::string(Child.getName())); in EmitNode() local103 OS << "#ifndef " << NodeName << "\n"; in EmitNode()104 OS << "# define " << NodeName << "(Type, Base) " in EmitNode()109 OS << NodeName << "(" << Child.getName() << ", " << baseName(Base) << ")"; in EmitNode()120 OS << "#undef " << NodeName << "\n\n"; in EmitNode()
127 static internal::Matcher<Stmt> hasSuspiciousStmt(StringRef NodeName) { in hasSuspiciousStmt() argument133 changeIntBoundNode(equalsBoundNode(std::string(NodeName))), in hasSuspiciousStmt()134 callByRef(equalsBoundNode(std::string(NodeName))), in hasSuspiciousStmt()135 getAddrTo(equalsBoundNode(std::string(NodeName))), in hasSuspiciousStmt()136 assignedToRef(equalsBoundNode(std::string(NodeName)))))); in hasSuspiciousStmt()
139 const char *NodeName; in AcpiNsHandleToName() local161 NodeName = AcpiUtGetNodeName (Node); in AcpiNsHandleToName()162 ACPI_COPY_NAMESEG (Buffer->Pointer, NodeName); in AcpiNsHandleToName()
538 bool consumeNameSuffix(StringRef NodeName, bool CanSkip) { in consumeNameSuffix() argument541 NodeName) || in consumeNameSuffix()575 StringRef NodeName = getNodeName(Node, Scratch); in matchesNodeUnqualified() local577 return consumeNameSuffix(Name, NodeName) && Name.empty(); in matchesNodeUnqualified()643 llvm::SmallString<128> NodeName = StringRef("::"); in matchesNodeFullSlow() local644 llvm::raw_svector_ostream OS(NodeName); in matchesNodeFullSlow()
2984 MDString *NodeName = dyn_cast<MDString>(Node->getOperand(0)); in getHiPELiteral() local2986 if (!NodeName || !NodeVal) continue; in getHiPELiteral()2988 if (ValConst && NodeName->getString() == LiteralName) { in getHiPELiteral()
660 OS << "#ifndef " << NodeName << "\n";