Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/utils/TableGen/
H A DClangTypeNodesEmitter.cpp91 void emitFallbackDefine(StringRef macroName, StringRef fallbackMacroName,
98 void addMacroToUndef(StringRef macroName);
126 void TypeNodeEmitter::emitFallbackDefine(StringRef macroName, in emitFallbackDefine() argument
129 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()
152 + macroName + "\" and \"" + newName + "\""); in emitNodeInvocations()
153 macroName = newName; in emitNodeInvocations()
[all …]
H A DClangASTNodesEmitter.cpp45 static std::string macroName(std::string S) { in macroName() function in __anon11698f9a0111::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()
/src/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 …]
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2282 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis() local
2283 if (!macroName.empty()) in DiagnoseOwningPropertyGetterSynthesis()
2284 spelling = macroName; in DiagnoseOwningPropertyGetterSynthesis()