Searched refs:LINKcpp (Results 1 – 13 of 13) sorted by relevance
59 sc->linkage = LINKcpp; // namespaces default to C++ linkage in addMember()78 sc->linkage = LINKcpp; // namespaces default to C++ linkage in setScope()107 sc->linkage = LINKcpp; // note that namespaces imply C++ linkage in semantic()135 sc->linkage = LINKcpp; in semantic2()153 sc->linkage = LINKcpp; in semantic3()
235 ((TypeFunction*)d->isFuncDeclaration()->type)->linkage == LINKcpp; in template_args()599 if (p && !p->isModule() && tf->linkage == LINKcpp) in mangle_function()619 if (p && !p->isModule() && tf->linkage == LINKcpp) in mangle_function()657 if (tf->linkage == LINKcpp) //Template args accept extern "C" symbols with special mangling in mangle_function()
227 case LINKcpp: mc = 'R'; break; in mangleFuncType()410 if (!d->parent || d->parent->isModule() || d->linkage == LINKcpp) // if at global scope in visit()424 case LINKcpp: in visit()
303 LINKcpp, enumerator
389 if (sc->linkage == LINKcpp) in semantic()1424 sc2->linkage = LINKcpp; in newScope()1523 if (!baseclasses->dim && sc->linkage == LINKcpp) in semantic()
320 case LINKcpp: in property()
1076 if (sc->linkage == LINKcpp) in semantic()
562 return createNewScope(sc, sc->stc, LINKcpp, this->cppmangle, in newScope()
1272 case LINKcpp: p = "C++"; break; in visit()3368 case LINKcpp: return "C++"; in linkageToChars()
1155 link = LINKcpp; in semanticTraits()
706 assert(link == LINKcpp); in parseDeclDefs()728 assert(link == LINKcpp); in parseDeclDefs()1306 link = LINKcpp; in parseLinkage()
5056 if (sc->linkage != LINKcpp) in semantic()
764 case LINKcpp: in visit()