Searched refs:getLBracLoc (Results 1 – 9 of 9) sorted by relevance
626 SourceLocation L = CS->getLBracLoc(); in createBeginBrace()
691 rewriter_.ReplaceText(S->getLBracLoc(), 1, preamble); in rewriteFuncParam()
629 SourceLocation getLBracLoc() const { return LBraceLoc; } in getLBracLoc() function
326 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), in EmitCompoundStmt()
3125 DI->EmitLexicalBlockStart(Builder, S.getLBracLoc()); in EmitObjCAutoreleasePoolStmt()
5876 *startBuf = SM.getCharacterData(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()5878 *startLine = SM.getSpellingLineNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()5879 *startColumn = SM.getSpellingColumnNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()
85 Record.AddSourceLocation(S->getLBracLoc()); in VisitCompoundStmt()
4913 SourceLocation ToLBraceLoc = Importer.Import(S->getLBracLoc()); in VisitCompoundStmt()
6147 return getDerived().RebuildCompoundStmt(S->getLBracLoc(), in TransformCompoundStmt()