Home
last modified time | relevance | path

Searched refs:macroName (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangTypeNodesEmitter.cpp129 Out << "#ifndef " << macroName << "\n"; in emitFallbackDefine()
130 Out << "# define " << macroName << args in emitFallbackDefine()
134 addMacroToUndef(macroName); in emitFallbackDefine()
146 StringRef macroName; in emitNodeInvocations() local
148 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 &macroName : MacrosToUndef) { in emitUndefs() local
[all …]
H A DClangASTNodesEmitter.cpp45 static std::string macroName(std::string S) { in macroName() function in __anoncbce3dbb0111::ClangASTNodesEmitter
55 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()
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp1375 StringRef macroName; member
2514 ( StringRef const& macroName,
2562 StringRef macroName; member
2586 MessageBuilder( StringRef const& macroName,
2749 #define INTERNAL_CATCH_INFO( macroName, log ) \ argument
8137 ( StringRef const& macroName, in AssertionHandler() argument
8266 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 …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2299 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis() local
2300 if (!macroName.empty()) in DiagnoseOwningPropertyGetterSynthesis()
2301 spelling = macroName; in DiagnoseOwningPropertyGetterSynthesis()