Lines Matching refs:cppmangle
78 StorageClass stc, LINK linkage, CPPMANGLE cppmangle, Prot protection, in createNewScope() argument
84 cppmangle != sc->cppmangle || in createNewScope()
94 sc2->cppmangle = cppmangle; in createNewScope()
430 return createNewScope(sc, scstc, sc->linkage, sc->cppmangle, in newScope()
535 return createNewScope(sc, sc->stc, this->linkage, sc->cppmangle, in newScope()
551 cppmangle = p; in CPPMangleDeclaration()
557 return new CPPMangleDeclaration(cppmangle, Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
562 return createNewScope(sc, sc->stc, LINKcpp, this->cppmangle, in newScope()
617 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
680 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
912 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()