Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangTypeNodesEmitter.cpp88 void emitFallbackDefine(StringRef macroName, StringRef fallbackMacroName,
95 void addMacroToUndef(StringRef macroName);
123 void TypeNodeEmitter::emitFallbackDefine(StringRef macroName, in emitFallbackDefine() argument
126 Out << "#ifndef " << macroName << "\n"; in emitFallbackDefine()
127 Out << "# define " << macroName << args in emitFallbackDefine()
131 addMacroToUndef(macroName); in emitFallbackDefine()
143 StringRef macroName; in emitNodeInvocations() local
145 if (!macroName.empty()) in emitNodeInvocations()
149 + macroName + "\" and \"" + newName + "\""); in emitNodeInvocations()
150 macroName = newName; in emitNodeInvocations()
[all …]
H A DClangASTNodesEmitter.cpp44 static std::string macroName(StringRef S) { return S.upper(); } in macroName() function in __anon327c07050111::ClangASTNodesEmitter
49 MacroHierarchyName = macroName(Root.getName()); in macroHierarchyName()
90 std::string BaseName = macroName(Base.getName()); in EmitNode()
113 std::string NodeName = macroName(Child.getName()); in EmitNode()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp1375 StringRef macroName; member
2514 ( StringRef const& macroName,
2562 StringRef macroName; member
2586 MessageBuilder( StringRef const& macroName,
2615 …Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, Strin…
2661 #define INTERNAL_CATCH_TEST( macroName, resultDisposition, ... ) \ argument
2663 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC…
2675 #define INTERNAL_CATCH_IF( macroName, resultDisposition, ... ) \ argument
2676 INTERNAL_CATCH_TEST( macroName, resultDisposition, __VA_ARGS__ ); \
2680 #define INTERNAL_CATCH_ELSE( macroName, resultDisposition, ... ) \ argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2291 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis() local
2292 if (!macroName.empty()) in DiagnoseOwningPropertyGetterSynthesis()
2293 spelling = macroName; in DiagnoseOwningPropertyGetterSynthesis()