Searched refs:getLBracLoc (Results 1 – 8 of 8) sorted by relevance
630 SourceLocation L = CS->getLBracLoc(); in createBeginBrace()
296 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), in EmitCompoundStmt()
2858 DI->EmitLexicalBlockStart(Builder, S.getLBracLoc()); in EmitObjCAutoreleasePoolStmt()
617 SourceLocation getLBracLoc() const { return LBraceLoc; } in getLBracLoc() function
5506 *startBuf = SM.getCharacterData(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()5508 *startLine = SM.getSpellingLineNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()5509 *startColumn = SM.getSpellingColumnNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()
76 Writer.AddSourceLocation(S->getLBracLoc(), Record); in VisitCompoundStmt()
4623 SourceLocation ToLBraceLoc = Importer.Import(S->getLBracLoc()); in VisitCompoundStmt()
5983 return getDerived().RebuildCompoundStmt(S->getLBracLoc(), in TransformCompoundStmt()