Home | History | Annotate | Download | only in libclang

Lines Matching refs:getRBracLoc

4516   *endBuf = SM.getCharacterData(Body->getRBracLoc());
4519 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc());
4520 *endColumn = SM.getSpellingColumnNumber(Body->getRBracLoc());