Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp44 static std::string macroName(std::string S) { in macroName() function in __anone8f76a120111::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()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp2300 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis() local
2301 if (!macroName.empty()) in DiagnoseOwningPropertyGetterSynthesis()
2302 spelling = macroName; in DiagnoseOwningPropertyGetterSynthesis()