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()
130 static internal::Matcher<Stmt> hasSuspiciousStmt(StringRef NodeName) { in hasSuspiciousStmt() argument136 changeIntBoundNode(equalsBoundNode(std::string(NodeName))), in hasSuspiciousStmt()137 callByRef(equalsBoundNode(std::string(NodeName))), in hasSuspiciousStmt()138 getAddrTo(equalsBoundNode(std::string(NodeName))), in hasSuspiciousStmt()139 assignedToRef(equalsBoundNode(std::string(NodeName)))))); in hasSuspiciousStmt()
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()
1518 StringRef NodeName = Node->getName(); in isIgnoredParameter() local1519 if (llvm::find(Check.IgnoredParameterNames, NodeName) != in isIgnoredParameter()
3148 MDString *NodeName = dyn_cast<MDString>(Node->getOperand(0)); in getHiPELiteral() local3150 if (!NodeName || !NodeVal) continue; in getHiPELiteral()3152 if (ValConst && NodeName->getString() == LiteralName) { in getHiPELiteral()
660 OS << "#ifndef " << NodeName << "\n";