Searched refs:getRBracLoc (Results 1 – 7 of 7) sorted by relevance
1260 cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc()); in GenerateBlockFunction()1269 FinishFunction(cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc()); in GenerateBlockFunction()
2834 DI->EmitLexicalBlockEnd(Builder, S.getRBracLoc()); in EmitObjCAutoreleasePoolStmt()
639 SourceLocation L = CS->getRBracLoc(); in createEndBrace()
629 SourceLocation getRBracLoc() const { return RBraceLoc; } in getRBracLoc() function
5252 *endBuf = SM.getCharacterData(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()5255 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()5256 *endColumn = SM.getSpellingColumnNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()
77 Writer.AddSourceLocation(S->getRBracLoc(), Record); in VisitCompoundStmt()
5653 S->getRBracLoc(), in TransformCompoundStmt()