Searched refs:getLBracLoc (Results 1 – 7 of 7) sorted by relevance
373 S.Diag(Compound->getLBracLoc(), in CheckFallThroughForBody()
4893 return getDerived().RebuildCompoundStmt(S->getLBracLoc(), in TransformCompoundStmt()
191 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), in EmitCompoundStmt()196 DI->setLocation(S.getLBracLoc()); in EmitCompoundStmt()
2115 DI->setLocation(S.getLBracLoc()); in EmitObjCAutoreleasePoolStmt()
513 SourceLocation getLBracLoc() const { return LBracLoc; } in getLBracLoc() function
4228 *startBuf = SM.getCharacterData(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()4230 *startLine = SM.getSpellingLineNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()4231 *startColumn = SM.getSpellingColumnNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()
72 Writer.AddSourceLocation(S->getLBracLoc(), Record); in VisitCompoundStmt()