Home
last modified time | relevance | path

Searched refs:currentSourceLocation (Results 1 – 10 of 10) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/metainfo/
H A Dmetainforeader.cpp104 currentSourceLocation()); in elementStart()
125 currentSourceLocation()); in elementEnd()
142 currentSourceLocation()); in propertyDefinition()
149 currentSourceLocation()); in propertyDefinition()
213 currentSourceLocation()); in readItemLibraryEntryElement()
221 currentSourceLocation()); in readPropertyElement()
228 currentSourceLocation()); in readQmlSourceElement()
235 currentSourceLocation()); in readExtraFileElement()
252 currentSourceLocation()); in readImportsProperty()
268 currentSourceLocation()); in readTypeProperty()
[all …]
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/schema/
H A Dqxsdschemaparser.cpp3551 reference->setSourceLocation(currentSourceLocation()); in parseReferredGroup()
4144 reference->setSourceLocation(currentSourceLocation()); in parseLocalAttribute()
4228 m_componentLocationHash.insert(attribute, currentSourceLocation()); in parseLocalAttribute()
4432 attributeReference->setSourceLocation(currentSourceLocation()); in parseReferredAttributeGroup()
4771 reference->setSourceLocation(currentSourceLocation()); in parseLocalElement()
5729 QSourceLocation XsdSchemaParser::currentSourceLocation() const in currentSourceLocation() function in XsdSchemaParser
6022 m_componentLocationHash.insert(element, currentSourceLocation()); in addElement()
6033 m_componentLocationHash.insert(attribute, currentSourceLocation()); in addAttribute()
6071 m_componentLocationHash.insert(group, currentSourceLocation()); in addAttributeGroup()
6082 m_componentLocationHash.insert(group, currentSourceLocation()); in addElementGroup()
[all …]
H A Dqxsdschemaparser_p.h583 QSourceLocation currentSourceLocation() const;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljssimplereader.cpp163 SourceLocation SimpleAbstractStreamReader::currentSourceLocation() const in currentSourceLocation() function in QmlJS::SimpleAbstractStreamReader
339 addError(tr("Property is defined twice."), currentSourceLocation()); in propertyDefinition()
H A Dqmljssimplereader.h89 SourceLocation currentSourceLocation() const;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/schema/
H A Dqxsdschemaparser.cpp3552 reference->setSourceLocation(currentSourceLocation()); in parseReferredGroup()
4145 reference->setSourceLocation(currentSourceLocation()); in parseLocalAttribute()
4229 m_componentLocationHash.insert(attribute, currentSourceLocation()); in parseLocalAttribute()
4433 attributeReference->setSourceLocation(currentSourceLocation()); in parseReferredAttributeGroup()
4772 reference->setSourceLocation(currentSourceLocation()); in parseLocalElement()
5728 QSourceLocation XsdSchemaParser::currentSourceLocation() const in currentSourceLocation() function in XsdSchemaParser
6019 m_componentLocationHash.insert(element, currentSourceLocation()); in addElement()
6030 m_componentLocationHash.insert(attribute, currentSourceLocation()); in addAttribute()
6068 m_componentLocationHash.insert(group, currentSourceLocation()); in addAttributeGroup()
6079 m_componentLocationHash.insert(group, currentSourceLocation()); in addElementGroup()
[all …]
H A Dqxsdschemaparser_p.h587 QSourceLocation currentSourceLocation() const;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/
H A DAPIFileGenerator.java268 for (String currentSourceLocation : allSourceLocations) { in generateAPIFile()
269 File[] allFiles2 = Util.getAllFiles(new File(currentSourceLocation), fileFilter); in generateAPIFile()
/dports/lang/solidity/solidity_0.8.11/libevmasm/
H A DAssembly.h113 langutil::SourceLocation const& currentSourceLocation() const { return m_currentSourceLocation; } in currentSourceLocation() function
/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/
H A DCompilerContext.cpp442 locationOverride = m_asm->currentSourceLocation(); in appendInlineAssembly()