Searched refs:macroName (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ClangTypeNodesEmitter.cpp | 91 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 D | ClangASTNodesEmitter.cpp | 44 static std::string macroName(std::string S) { in macroName() function in __anon24f475500111::ClangASTNodesEmitter 54 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()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | doc.d | 751 auto macroName = forHeader ? "DDOC_HEADER_ANCHOR" : "DDOC_ANCHOR"; variable 779 buf.printf("$(%.*s %.*s", cast(int) macroName.length, macroName.ptr, 801 buf.printf("$(%.*s ", cast(int) macroName.length, macroName.ptr); 817 buf.printf("$(%.*s %.*s", cast(int) macroName.length, macroName.ptr, 2534 string macroName = count >= 2 ? "$(STRONG " : "$(EM "; in replaceEmphasisPair() local 2536 buf.insert(iStart, macroName); in replaceEmphasisPair() 2538 const delta = 1 + macroName.length - (count + count); in replaceEmphasisPair() 3477 string macroName; in replaceLink() local 3480 macroName = "$(SYMBOL_LINK "; in replaceLink() 3485 macroName = "$(LINK_TITLE "; in replaceLink() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 2304 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis() local 2305 if (!macroName.empty()) in DiagnoseOwningPropertyGetterSynthesis() 2306 spelling = macroName; in DiagnoseOwningPropertyGetterSynthesis()
|