Searched refs:macroName (Results 1 – 3 of 3) sorted by relevance
91 void emitFallbackDefine(StringRef macroName, StringRef fallbackMacroName,98 void addMacroToUndef(StringRef macroName);126 void TypeNodeEmitter::emitFallbackDefine(StringRef macroName, in emitFallbackDefine() argument129 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()152 + macroName + "\" and \"" + newName + "\""); in emitNodeInvocations()153 macroName = newName; in emitNodeInvocations()[all …]
44 static std::string macroName(std::string S) { in macroName() function in __anoncc2a141c0111::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()