Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInst.h203 void setLoc(SMLoc loc) { Loc = loc; } in setLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclarationName.h790 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc() function