Searched refs:macroName (Results 1 – 4 of 4) 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 …]
45 static std::string macroName(std::string S) { in macroName() function in __anoncbce3dbb0111::ClangASTNodesEmitter55 MacroHierarchyName = macroName(std::string(Root.getName())); in macroHierarchyName()98 std::string BaseName = macroName(std::string(Base.getName())); in EmitNode()125 std::string NodeName = macroName(std::string(Child.getName())); in EmitNode()
1375 StringRef macroName; member2514 ( StringRef const& macroName,2562 StringRef macroName; member2586 MessageBuilder( StringRef const& macroName,2749 #define INTERNAL_CATCH_INFO( macroName, log ) \ argument8137 ( StringRef const& macroName, in AssertionHandler() argument8266 if( m_info.macroName.empty() ) in getExpressionInMacro()8270 expr += m_info.macroName; in getExpressionInMacro()8297 return m_info.macroName; in getTestMacroName()11668 : macroName( _macroName ), in MessageInfo()[all …]
2299 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis() local2300 if (!macroName.empty()) in DiagnoseOwningPropertyGetterSynthesis()2301 spelling = macroName; in DiagnoseOwningPropertyGetterSynthesis()