Searched refs:getLBracLoc (Results 1 – 9 of 9) sorted by relevance
381 S.Diag(Compound->getLBracLoc(), CD.diag_NeverFallThroughOrReturn) in CheckFallThroughForBody()384 S.Diag(Compound->getLBracLoc(), CD.diag_NeverFallThroughOrReturn) in CheckFallThroughForBody()387 S.Diag(Compound->getLBracLoc(), CD.diag_NeverFallThroughOrReturn); in CheckFallThroughForBody()
5272 return getDerived().RebuildCompoundStmt(S->getLBracLoc(), in TransformCompoundStmt()
286 cs->getLBracLoc(), in CheckVirtualMethod()
618 SourceLocation L = CS->getLBracLoc(); in createBeginBrace()
199 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), in EmitCompoundStmt()
2815 DI->EmitLexicalBlockStart(Builder, S.getLBracLoc()); in EmitObjCAutoreleasePoolStmt()
602 SourceLocation getLBracLoc() const { return LBracLoc; } in getLBracLoc() function
4785 *startBuf = SM.getCharacterData(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()4787 *startLine = SM.getSpellingLineNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()4788 *startColumn = SM.getSpellingColumnNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()
76 Writer.AddSourceLocation(S->getLBracLoc(), Record); in VisitCompoundStmt()