Searched refs:getRBracLoc (Results 1 – 10 of 10) sorted by relevance
279 CS.getRBracLoc()); in getStatementsRange()
638 SourceLocation L = CS->getRBracLoc(); in createEndBrace()
1600 cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc()); in GenerateBlockFunction()1609 FinishFunction(cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc()); in GenerateBlockFunction()
3692 DI->EmitLexicalBlockEnd(Builder, S.getRBracLoc()); in EmitObjCAutoreleasePoolStmt()
795 Builder.markChildToken(S->getRBracLoc(), NodeRole::CloseParen); in WalkUpFromCompoundStmt()
1551 SourceLocation getRBracLoc() const { return RBraceLoc; } in getRBracLoc() function
6976 *endBuf = SM.getCharacterData(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()6979 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()6980 *endColumn = SM.getSpellingColumnNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()
90 Record.AddSourceLocation(S->getRBracLoc()); in VisitCompoundStmt()
6503 ExpectedSLoc ToRBracLocOrErr = import(S->getRBracLoc()); in VisitCompoundStmt()
7446 S->getRBracLoc(), in TransformCompoundStmt()