Home | History | Annotate | Download | only in libclang

Lines Matching refs:getRBracLoc

4693   *endBuf = SM.getCharacterData(Body->getRBracLoc());
4696 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc());
4697 *endColumn = SM.getSpellingColumnNumber(Body->getRBracLoc());