Searched refs:setNodeSourceCodeLocation (Results 1 – 6 of 6) sorted by relevance
| /third_party/parse5/packages/parse5/lib/tree-adapters/ |
| D | interface.ts | 266 setNodeSourceCodeLocation(node: T['node'], location: ElementLocation | null): void; method
|
| D | default.ts | 303 setNodeSourceCodeLocation(node: Node, location: ElementLocation | null): void {
|
| /third_party/parse5/packages/parse5/lib/parser/ |
| D | parser-location-info.test.ts | 233 setNodeSourceCodeLocation(node: any, location: any): void {
|
| D | index.ts | 373 this.treeAdapter.setNodeSourceCodeLocation(docTypeNode, token.location); 385 this.treeAdapter.setNodeSourceCodeLocation(element, loc); 424 …if (this.options.sourceCodeLocationInfo) this.treeAdapter.setNodeSourceCodeLocation(content, null); 429 …if (this.options.sourceCodeLocationInfo) this.treeAdapter.setNodeSourceCodeLocation(element, null); 440 this.treeAdapter.setNodeSourceCodeLocation(commentNode, token.location); 475 this.treeAdapter.setNodeSourceCodeLocation(textNode, token.location);
|
| /third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/ |
| D | index.ts | 271 setNodeSourceCodeLocation(node: AnyNode, location: Token.ElementLocation | null): void {
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/ |
| D | asciidoctor-chunker.js | 4 …setNodeSourceCodeLocation=function(e,t){e.sourceCodeLocation=t},t.getNodeSourceCodeLocation=functi… function
|