Home
last modified time | relevance | path

Searched refs:srcLoc (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DDiagnostics.cpp70 angle::pp::SourceLocation srcLoc; in error() local
71 srcLoc.file = loc.first_file; in error()
72 srcLoc.line = loc.first_line; in error()
73 error(srcLoc, reason, token); in error()
78 angle::pp::SourceLocation srcLoc; in warning() local
79 srcLoc.file = loc.first_file; in warning()
80 srcLoc.line = loc.first_line; in warning()
81 warning(srcLoc, reason, token); in warning()
DParseContext.cpp1885 angle::pp::SourceLocation srcLoc; in handleExtensionDirective() local
1886 srcLoc.file = loc.first_file; in handleExtensionDirective()
1887 srcLoc.line = loc.first_line; in handleExtensionDirective()
1888 mDirectiveHandler.handleExtension(srcLoc, extName, behavior); in handleExtensionDirective()
1896 angle::pp::SourceLocation srcLoc; in handlePragmaDirective() local
1897 srcLoc.file = loc.first_file; in handlePragmaDirective()
1898 srcLoc.line = loc.first_line; in handlePragmaDirective()
1899 mDirectiveHandler.handlePragma(srcLoc, name, value, stdgl); in handlePragmaDirective()