Searched refs:macroName (Results 1 – 3 of 3) sorted by relevance
129 Out << "#ifndef " << macroName << "\n"; in emitFallbackDefine()130 Out << "# define " << macroName << args in emitFallbackDefine()134 addMacroToUndef(macroName); in emitFallbackDefine()146 StringRef macroName; in emitNodeInvocations() local148 if (!macroName.empty()) in emitNodeInvocations()153 macroName = newName; in emitNodeInvocations()163 if (macroName.empty()) in emitNodeInvocations()164 macroName = TypeMacroName; in emitNodeInvocations()197 MacrosToUndef.push_back(macroName); in addMacroToUndef()201 for (auto ¯oName : MacrosToUndef) { in emitUndefs() local[all …]
44 static std::string macroName(std::string S) { in macroName() function in __anone8f76a120111::ClangASTNodesEmitter54 MacroHierarchyName = macroName(std::string(Root.getName())); in macroHierarchyName()89 std::string BaseName = macroName(std::string(Base.getName())); in EmitNode()101 std::string NodeName = macroName(std::string(Child.getName())); in EmitNode()
2300 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis() local2301 if (!macroName.empty()) in DiagnoseOwningPropertyGetterSynthesis()2302 spelling = macroName; in DiagnoseOwningPropertyGetterSynthesis()