Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d4204 const incrementLoc = loc.linnum == 0 ? 1 : 0; in highlightText() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5507 static SMLoc incrementLoc(SMLoc L, int Offset) { in incrementLoc() function