Searched refs:getRBracLoc (Results 1 – 22 of 22) sorted by relevance
76 CharSourceRange::getTokenRange(Compound->getRBracLoc())); in check()
130 SourceLocation RBrace = CS->getRBracLoc(); in removeElseAndBrackets()
185 SourceLocation Loc = Body->getRBracLoc(); in apply()
208 Body->getRBracLoc()), in bodyEmpty()
270 CS.getRBracLoc()); in getStatementsRange()
1282 cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc()); in GenerateBlockFunction()1291 FinishFunction(cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc()); in GenerateBlockFunction()
3141 DI->EmitLexicalBlockEnd(Builder, S.getRBracLoc()); in EmitObjCAutoreleasePoolStmt()
633 SourceLocation L = CS->getRBracLoc(); in createEndBrace()
640 SourceLocation L = CS->getRBracLoc(); in createEndBrace()
1598 cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc()); in GenerateBlockFunction()1607 FinishFunction(cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc()); in GenerateBlockFunction()
3587 DI->EmitLexicalBlockEnd(Builder, S.getRBracLoc()); in EmitObjCAutoreleasePoolStmt()
789 Builder.markChildToken(S->getRBracLoc(), NodeRole::CloseParen); in WalkUpFromCompoundStmt()
630 SourceLocation getRBracLoc() const { return RBraceLoc; } in getRBracLoc() function
5877 *endBuf = SM.getCharacterData(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()5880 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()5881 *endColumn = SM.getSpellingColumnNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()
1506 SourceLocation getRBracLoc() const { return RBraceLoc; } in getRBracLoc() function
6658 *endBuf = SM.getCharacterData(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()6661 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()6662 *endColumn = SM.getSpellingColumnNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()
87 Record.AddSourceLocation(S->getRBracLoc()); in VisitCompoundStmt()
86 Record.AddSourceLocation(S->getRBracLoc()); in VisitCompoundStmt()
4914 SourceLocation ToRBraceLoc = Importer.Import(S->getRBracLoc()); in VisitCompoundStmt()
6051 ExpectedSLoc ToRBracLocOrErr = import(S->getRBracLoc()); in VisitCompoundStmt()
6149 S->getRBracLoc(), in TransformCompoundStmt()
7127 S->getRBracLoc(), in TransformCompoundStmt()