Searched refs:getSourceLoc (Results 1 – 7 of 7) sorted by relevance
75 assert.equal(0.5, common.getSourceLoc(noopNode));77 assert.equal(undefined, common.getSourceLoc(cloned));
318 function getSourceLoc(node) { function374 getSourceLoc: getSourceLoc, property
121 if (common.getSourceLoc(path.node)) {122 thisMutator.loc = common.getSourceLoc(path.node);
210 const TSourceLoc& getSourceLoc() const in getSourceLoc() function
143 const TSourceLoc& getCurrentLoc() const { return currentScanner->getSourceLoc(); } in getCurrentLoc()
563 … bool allowed = pp->parseContext.lineContinuationCheck(input->getSourceLoc(), pp->inComment); in getch()
137 const glslang::TSourceLoc& sourceLoc = input.getSourceLoc(); in parseShaderStrings()