Home
last modified time | relevance | path

Searched defs:setLoc (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInst.h177 void setLoc(SMLoc loc) { Loc = loc; } in setLoc() function
/third_party/glslang/glslang/Include/
Dintermediate.h1140 virtual void setLoc(const glslang::TSourceLoc& l) { loc = l; } in setLoc() function