Home
last modified time | relevance | path

Searched refs:rootDecl (Results 1 – 15 of 15) sorted by relevance

/dports/lang/solidity/solidity_0.8.11/libsolidity/ast/
H A DASTUtils.cpp53 VariableDeclaration const* rootDecl = &_varDecl; in rootConstVariableDeclaration() local
55 while ((identifier = dynamic_cast<Identifier const*>(rootDecl->value().get()))) in rootConstVariableDeclaration()
60 rootDecl = referencedVarDecl; in rootConstVariableDeclaration()
62 return rootDecl; in rootConstVariableDeclaration()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/Dialogs/
H A DThemeConfigurationDialog.cs939 rootDecl.Name = "ThemeSequentialWorkflow"; in OnLoad()
940 WorkflowDesignerLoader.AddActivityToDesigner(this.surface, rootDecl as Activity); in OnLoad()
982 CompositeActivity rootDecl = host.RootComponent as CompositeActivity; in UpdatePreview()
983 Debug.Assert(rootDecl != null); in UpdatePreview()
984 if (host == null || rootDecl == null) in UpdatePreview()
991 while (rootDecl.Activities.Count > 0) in UpdatePreview()
993 Activity declToDelete = rootDecl.Activities[0]; in UpdatePreview()
994 rootDecl.Activities.Remove(declToDelete); in UpdatePreview()
1021 rootDecl.Activities.Add(activity); in UpdatePreview()
1044 selectionService.SetSelectedComponents(new IComponent[] { rootDecl }); in UpdatePreview()
[all …]
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/internal/
H A DIGXMLScanner.cpp1285 DTDElementDecl* rootDecl = new (rootDeclMgr) DTDElementDecl in scanDocTypeDecl() local
1293 Janitor<DTDElementDecl> rootDeclJanitor(rootDecl); in scanDocTypeDecl()
1294 rootDecl->setCreateReason(DTDElementDecl::AsRootElem); in scanDocTypeDecl()
1295 rootDecl->setExternalElemDeclaration(true); in scanDocTypeDecl()
1298 fGrammar->putElemDecl(rootDecl); in scanDocTypeDecl()
1306 rootDecl->setId(elemDecl->getId()); in scanDocTypeDecl()
1310 rootDecl->setId(fDTDElemNonDeclPool->put((DTDElementDecl*)rootDecl)); in scanDocTypeDecl()
1326 fDocTypeHandler->doctypeDecl(*rootDecl, 0, 0, false); in scanDocTypeDecl()
3118 rootDecl->setCreateReason(DTDElementDecl::AsRootElem); in loadDTDGrammar()
3119 rootDecl->setExternalElemDeclaration(true); in loadDTDGrammar()
[all …]
H A DDGXMLScanner.cpp805 DTDElementDecl* rootDecl = new (rootDeclMgr) DTDElementDecl in scanDocTypeDecl() local
813 Janitor<DTDElementDecl> rootDeclJanitor(rootDecl); in scanDocTypeDecl()
814 rootDecl->setCreateReason(DTDElementDecl::AsRootElem); in scanDocTypeDecl()
815 rootDecl->setExternalElemDeclaration(true); in scanDocTypeDecl()
818 fGrammar->putElemDecl(rootDecl); in scanDocTypeDecl()
826 rootDecl->setId(elemDecl->getId()); in scanDocTypeDecl()
830 rootDecl->setId(fDTDElemNonDeclPool->put((DTDElementDecl*)rootDecl)); in scanDocTypeDecl()
846 fDocTypeHandler->doctypeDecl(*rootDecl, 0, 0, false); in scanDocTypeDecl()
2154 rootDecl->setCreateReason(DTDElementDecl::AsRootElem); in loadDTDGrammar()
2155 rootDecl->setExternalElemDeclaration(true); in loadDTDGrammar()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/internal/
H A DDGXMLScanner.cpp805 DTDElementDecl* rootDecl = new (rootDeclMgr) DTDElementDecl in scanDocTypeDecl() local
813 Janitor<DTDElementDecl> rootDeclJanitor(rootDecl); in scanDocTypeDecl()
814 rootDecl->setCreateReason(DTDElementDecl::AsRootElem); in scanDocTypeDecl()
815 rootDecl->setExternalElemDeclaration(true); in scanDocTypeDecl()
818 fGrammar->putElemDecl(rootDecl); in scanDocTypeDecl()
826 rootDecl->setId(elemDecl->getId()); in scanDocTypeDecl()
830 rootDecl->setId(fDTDElemNonDeclPool->put((DTDElementDecl*)rootDecl)); in scanDocTypeDecl()
846 fDocTypeHandler->doctypeDecl(*rootDecl, 0, 0, false); in scanDocTypeDecl()
2154 rootDecl->setCreateReason(DTDElementDecl::AsRootElem); in loadDTDGrammar()
2155 rootDecl->setExternalElemDeclaration(true); in loadDTDGrammar()
[all …]
H A DIGXMLScanner.cpp1285 DTDElementDecl* rootDecl = new (rootDeclMgr) DTDElementDecl in scanDocTypeDecl() local
1293 Janitor<DTDElementDecl> rootDeclJanitor(rootDecl); in scanDocTypeDecl()
1294 rootDecl->setCreateReason(DTDElementDecl::AsRootElem); in scanDocTypeDecl()
1295 rootDecl->setExternalElemDeclaration(true); in scanDocTypeDecl()
1298 fGrammar->putElemDecl(rootDecl); in scanDocTypeDecl()
1306 rootDecl->setId(elemDecl->getId()); in scanDocTypeDecl()
1310 rootDecl->setId(fDTDElemNonDeclPool->put((DTDElementDecl*)rootDecl)); in scanDocTypeDecl()
1326 fDocTypeHandler->doctypeDecl(*rootDecl, 0, 0, false); in scanDocTypeDecl()
3114 rootDecl->setCreateReason(DTDElementDecl::AsRootElem); in loadDTDGrammar()
3115 rootDecl->setExternalElemDeclaration(true); in loadDTDGrammar()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dinsertionpointlocator.cpp351 for (DeclarationAST *rootDecl : clazz->member_specifier_list) { in constructorDeclarationInClass()
352 if (SimpleDeclarationAST *ast = rootDecl->asSimpleDeclaration()) { in constructorDeclarationInClass()
369 entry.first = rootDecl; in constructorDeclarationInClass()
370 entry.second = rootDecl; in constructorDeclarationInClass()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java1501 final Object rootDecl = componentManager.getProperty(ROOT_ELEMENT_DECL); in reset() local
1502 if (rootDecl == null) { in reset()
1506 else if (rootDecl instanceof javax.xml.namespace.QName) { in reset()
1507 fRootElementDeclQName = (javax.xml.namespace.QName) rootDecl; in reset()
1511 fRootElementDeclaration = (XSElementDecl) rootDecl; in reset()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java1501 final Object rootDecl = componentManager.getProperty(ROOT_ELEMENT_DECL); in reset() local
1502 if (rootDecl == null) { in reset()
1506 else if (rootDecl instanceof javax.xml.namespace.QName) { in reset()
1507 fRootElementDeclQName = (javax.xml.namespace.QName) rootDecl; in reset()
1511 fRootElementDeclaration = (XSElementDecl) rootDecl; in reset()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java1501 final Object rootDecl = componentManager.getProperty(ROOT_ELEMENT_DECL); in reset() local
1502 if (rootDecl == null) { in reset()
1506 else if (rootDecl instanceof javax.xml.namespace.QName) { in reset()
1507 fRootElementDeclQName = (javax.xml.namespace.QName) rootDecl; in reset()
1511 fRootElementDeclaration = (XSElementDecl) rootDecl; in reset()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java1502 final Object rootDecl = componentManager.getProperty(ROOT_ELEMENT_DECL); in reset() local
1503 if (rootDecl == null) { in reset()
1507 else if (rootDecl instanceof javax.xml.namespace.QName) { in reset()
1508 fRootElementDeclQName = (javax.xml.namespace.QName) rootDecl; in reset()
1512 fRootElementDeclaration = (XSElementDecl) rootDecl; in reset()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java1501 final Object rootDecl = componentManager.getProperty(ROOT_ELEMENT_DECL); in reset() local
1502 if (rootDecl == null) { in reset()
1506 else if (rootDecl instanceof javax.xml.namespace.QName) { in reset()
1507 fRootElementDeclQName = (javax.xml.namespace.QName) rootDecl; in reset()
1511 fRootElementDeclaration = (XSElementDecl) rootDecl; in reset()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java1501 final Object rootDecl = componentManager.getProperty(ROOT_ELEMENT_DECL); in reset() local
1502 if (rootDecl == null) { in reset()
1506 else if (rootDecl instanceof javax.xml.namespace.QName) { in reset()
1507 fRootElementDeclQName = (javax.xml.namespace.QName) rootDecl; in reset()
1511 fRootElementDeclaration = (XSElementDecl) rootDecl; in reset()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java1501 final Object rootDecl = componentManager.getProperty(ROOT_ELEMENT_DECL); in reset() local
1502 if (rootDecl == null) { in reset()
1506 else if (rootDecl instanceof javax.xml.namespace.QName) { in reset()
1507 fRootElementDeclQName = (javax.xml.namespace.QName) rootDecl; in reset()
1511 fRootElementDeclaration = (XSElementDecl) rootDecl; in reset()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java1501 final Object rootDecl = componentManager.getProperty(ROOT_ELEMENT_DECL); in reset() local
1502 if (rootDecl == null) { in reset()
1506 else if (rootDecl instanceof javax.xml.namespace.QName) { in reset()
1507 fRootElementDeclQName = (javax.xml.namespace.QName) rootDecl; in reset()
1511 fRootElementDeclaration = (XSElementDecl) rootDecl; in reset()